Class ExpandedType
java.lang.Object
com.regnosys.rosetta.generator.object.ExpandedType
-
Constructor Summary
ConstructorsConstructorDescriptionExpandedType(RosettaModel model, String name, boolean type, boolean enumeration, boolean metaType) -
Method Summary
-
Constructor Details
-
ExpandedType
public ExpandedType(RosettaModel model, String name, boolean type, boolean enumeration, boolean metaType)
-
-
Method Details
-
isBuiltInType
public boolean isBuiltInType() -
hashCode
@Pure public int hashCode() -
equals
-
toString
-
getModel
-
getName
-
isType
@Pure public boolean isType() -
isEnumeration
@Pure public boolean isEnumeration() -
isMetaType
@Pure public boolean isMetaType()
-