Class CategoryType
- java.lang.Object
-
- org.dddjava.jig.domain.model.models.domains.categories.CategoryType
-
public class CategoryType extends java.lang.Object区分
-
-
Constructor Summary
Constructors Constructor Description CategoryType(JigType jigType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StaticFieldDeclarationsconstantsDeclarations()FieldDeclarationsfieldDeclarations()booleanhasBehaviour()booleanhasParameter()booleanisPolymorphism()JigTypejigType()booleanmarkedCore()java.lang.StringnodeLabel()java.lang.StringnodeLabel(java.lang.String delimiter)TypeIdentifiertypeIdentifier()StaticFieldDeclarationsvalues()
-
-
-
Constructor Detail
-
CategoryType
public CategoryType(JigType jigType)
-
-
Method Detail
-
jigType
public JigType jigType()
-
hasParameter
public boolean hasParameter()
-
hasBehaviour
public boolean hasBehaviour()
-
isPolymorphism
public boolean isPolymorphism()
-
typeIdentifier
public TypeIdentifier typeIdentifier()
-
nodeLabel
public java.lang.String nodeLabel()
-
nodeLabel
public java.lang.String nodeLabel(java.lang.String delimiter)
-
constantsDeclarations
public StaticFieldDeclarations constantsDeclarations()
-
fieldDeclarations
public FieldDeclarations fieldDeclarations()
-
markedCore
public boolean markedCore()
-
values
public StaticFieldDeclarations values()
-
-