Class CategoryAngle
- java.lang.Object
-
- org.dddjava.jig.domain.model.models.domains.categories.CategoryAngle
-
public class CategoryAngle extends java.lang.Object区分の切り口
-
-
Field Summary
Fields Modifier and Type Field Description CategoryTypecategoryType
-
Constructor Summary
Constructors Constructor Description CategoryAngle(CategoryType categoryType, ClassRelations classRelations)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringconstantsDeclarationsName()java.lang.StringfieldDeclarations()booleanhasBehaviour()booleanhasParameter()booleanisPolymorphism()java.lang.StringnodeLabel(java.lang.String delimiter)TypeIdentifiertypeIdentifier()TypeIdentifiersuserTypeIdentifiers()
-
-
-
Field Detail
-
categoryType
public CategoryType categoryType
-
-
Constructor Detail
-
CategoryAngle
public CategoryAngle(CategoryType categoryType, ClassRelations classRelations)
-
-
Method Detail
-
typeIdentifier
public TypeIdentifier typeIdentifier()
-
constantsDeclarationsName
public java.lang.String constantsDeclarationsName()
-
fieldDeclarations
public java.lang.String fieldDeclarations()
-
userTypeIdentifiers
public TypeIdentifiers userTypeIdentifiers()
-
hasParameter
public boolean hasParameter()
-
hasBehaviour
public boolean hasBehaviour()
-
isPolymorphism
public boolean isPolymorphism()
-
nodeLabel
public java.lang.String nodeLabel(java.lang.String delimiter)
-
-