Class StaticFieldDeclaration
- java.lang.Object
-
- org.dddjava.jig.domain.model.parts.classes.field.StaticFieldDeclaration
-
public class StaticFieldDeclaration extends java.lang.Objectフィールド定義
-
-
Constructor Summary
Constructors Constructor Description StaticFieldDeclaration(TypeIdentifier declaringType, java.lang.String name, TypeIdentifier typeIdentifier)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisSelfDefine()java.lang.StringnameText()TypeIdentifiertypeIdentifier()
-
-
-
Constructor Detail
-
StaticFieldDeclaration
public StaticFieldDeclaration(TypeIdentifier declaringType, java.lang.String name, TypeIdentifier typeIdentifier)
-
-
Method Detail
-
typeIdentifier
public TypeIdentifier typeIdentifier()
-
nameText
public java.lang.String nameText()
-
isSelfDefine
public boolean isSelfDefine()
-
-