Class FieldType
- java.lang.Object
-
- org.dddjava.jig.domain.model.parts.classes.field.FieldType
-
public class FieldType extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description FieldType(TypeIdentifier typeIdentifier)FieldType(TypeIdentifier typeIdentifier, TypeIdentifiers typeParameters)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringasSimpleText()TypeIdentifiernonGenericTypeIdentifier()TypeParameterstypeParameterTypeIdentifiers()
-
-
-
Constructor Detail
-
FieldType
public FieldType(TypeIdentifier typeIdentifier)
-
FieldType
public FieldType(TypeIdentifier typeIdentifier, TypeIdentifiers typeParameters)
-
-
Method Detail
-
typeParameterTypeIdentifiers
public TypeParameters typeParameterTypeIdentifiers()
-
asSimpleText
public java.lang.String asSimpleText()
-
nonGenericTypeIdentifier
public TypeIdentifier nonGenericTypeIdentifier()
-
-