public class ElementType extends Object implements Serializable
| Constructor and Description |
|---|
ElementType()
Default constructor
|
ElementType(ElementType templateType)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Compare the values of the supplied object with those stored in the current object.
|
List<String> |
getSuperTypeNames()
Return the list of type names for this type's supertypes.
|
String |
getTypeDescription()
Return the description for this element's type.
|
String |
getTypeId()
Return unique identifier for the element's type.
|
String |
getTypeName()
Return name of element's type.
|
long |
getTypeVersion()
Return the version number for this element's type.
|
int |
hashCode()
Create a hash code for this element type.
|
void |
setSuperTypeNames(List<String> superTypeNames)
Set up the list of type names for this type's supertypes.
|
void |
setTypeDescription(String typeDescription)
Set up a short description of this element's type.
|
void |
setTypeId(String typeId)
Set up the unique identifier for the element's type.
|
void |
setTypeName(String typeName)
Set up the name of this element's type
|
void |
setTypeVersion(long typeVersion)
Set up the version number for this element's type
|
String |
toString()
Standard toString method.
|
public ElementType()
public ElementType(ElementType templateType)
templateType - type to clonepublic void setTypeId(String typeId)
typeId - String identifierpublic String getTypeId()
public void setTypeName(String typeName)
typeName - String namepublic String getTypeName()
public void setSuperTypeNames(List<String> superTypeNames)
superTypeNames - list of type namespublic List<String> getSuperTypeNames()
public void setTypeVersion(long typeVersion)
typeVersion - version number for the element type.public long getTypeVersion()
public void setTypeDescription(String typeDescription)
typeDescription - set up the description for this element's typepublic String getTypeDescription()
public String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2020 ODPi. All rights reserved.