Class CategoryReport
- java.lang.Object
-
- org.dddjava.jig.presentation.view.report.business_rule.CategoryReport
-
public class CategoryReport extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CategoryReport(CategoryAngle angle)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringconstantsDeclarationsName()java.lang.StringfieldDeclarations()booleanhasBehaviour()booleanhasParameter()booleanisPolymorphism()TypeIdentifiertypeIdentifier()TypeIdentifiersuserTypeIdentifiers()
-
-
-
Constructor Detail
-
CategoryReport
public CategoryReport(CategoryAngle angle)
-
-
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()
-
-