public class PrimitiveDef extends AttributeTypeDef
category, description, descriptionGUID, guid, name, version, versionNameCURRENT_TYPE_DEF_HEADER_VERSION| Constructor and Description |
|---|
PrimitiveDef()
Default constructor initializes the PrimitiveDef based on the supplied category.
|
PrimitiveDef(PrimitiveDef template)
Copy/clone constructor creates a copy of the supplied template.
|
PrimitiveDef(PrimitiveDefCategory primitiveDefCategory)
Superclass constructor initializes the PrimitiveDef based on the supplied category.
|
| Modifier and Type | Method and Description |
|---|---|
AttributeTypeDef |
cloneFromSubclass()
Delegate the process of cloning to the subclass.
|
boolean |
equals(Object o)
Verify that supplied object has the same properties.
|
PrimitiveDefCategory |
getPrimitiveDefCategory()
Return the type category for this primitive type.
|
void |
setPrimitiveDefCategory(PrimitiveDefCategory primitiveDefCategory)
Set up the type category for this primitive type.
|
String |
toString()
Standard toString method.
|
getCategory, getDescription, getDescriptionGUID, getGUID, getName, getVersion, getVersionName, hashCode, setCategory, setDescription, setDescriptionGUID, setGUID, setName, setVersion, setVersionNamegetHeaderVersion, setHeaderVersionpublic PrimitiveDef()
public PrimitiveDef(PrimitiveDefCategory primitiveDefCategory)
primitiveDefCategory - PrimitiveDefCategory Enumpublic PrimitiveDef(PrimitiveDef template)
template - PrimitiveDef to copypublic AttributeTypeDef cloneFromSubclass()
cloneFromSubclass in class AttributeTypeDefpublic PrimitiveDefCategory getPrimitiveDefCategory()
public void setPrimitiveDefCategory(PrimitiveDefCategory primitiveDefCategory)
primitiveDefCategory - PrimitiveDefCategory Enumpublic String toString()
toString in class AttributeTypeDefpublic boolean equals(Object o)
equals in class AttributeTypeDefo - object to testCopyright © 2018–2019 ODPi. All rights reserved.