public class ElementType extends Object implements Serializable
| Constructor and Description |
|---|
ElementType()
Default constructor
|
ElementType(ElementType template)
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> |
getElementSuperTypeNames()
Return the list of type names for this type's supertypes.
|
String |
getElementTypeDescription()
Return the description for this element's type.
|
String |
getElementTypeId()
Return unique identifier for the element's type.
|
String |
getElementTypeName()
Return name of element's type.
|
long |
getElementTypeVersion()
Return the version number for this element's type.
|
List<String> |
getElementValidProperties()
Return the list of properties that valid for this type of element.
|
int |
hashCode()
Create a hash code for this element type.
|
void |
setElementSuperTypeNames(List<String> elementSuperTypeNames)
Set up the list of type names for this type's supertypes.
|
void |
setElementTypeDescription(String elementTypeDescription)
Set up a short description of this element's type.
|
void |
setElementTypeId(String elementTypeId)
Set up the unique identifier for the element's type.
|
void |
setElementTypeName(String elementTypeName)
Set up the name of this element's type
|
void |
setElementTypeVersion(long elementTypeVersion)
Set up the version number for this element's type
|
void |
setElementValidProperties(List<String> elementValidProperties)
Set up the list of properties that valid for this type of element.
|
String |
toString()
Standard toString method.
|
public ElementType()
public ElementType(ElementType template)
template - template to copypublic void setElementTypeId(String elementTypeId)
elementTypeId - String identifierpublic String getElementTypeId()
public void setElementTypeName(String elementTypeName)
elementTypeName - String namepublic String getElementTypeName()
public void setElementSuperTypeNames(List<String> elementSuperTypeNames)
elementSuperTypeNames - list of type namespublic List<String> getElementSuperTypeNames()
public void setElementTypeVersion(long elementTypeVersion)
elementTypeVersion - version number for the element type.public long getElementTypeVersion()
public void setElementTypeDescription(String elementTypeDescription)
elementTypeDescription - set up the description for this element's typepublic String getElementTypeDescription()
public void setElementValidProperties(List<String> elementValidProperties)
elementValidProperties - list of property namespublic List<String> getElementValidProperties()
public String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.