public interface TypePriorityList extends MetaDataObject
TypePriorityList objects can be grouped together to define a complete
TypePriorities declaration for a type system.
This object implements MetaDataObject, which implements
XMLizable, so it can be serialized to and deserialized from an XML
element.
TypePriorities| Modifier and Type | Method and Description |
|---|---|
void |
addType(java.lang.String aTypeName)
Adds a type at the end of the priority list.
|
java.lang.String[] |
getTypes()
Gets the type names, in order of their priority.
|
void |
removeType(java.lang.String aTypeName)
Removes a type from the priority list.
|
void |
setTypes(java.lang.String[] aTypeNames)
Sets the type names, in order of their priority.
|
clone, equals, getAttributeValue, getSourceUrl, getSourceUrlString, isModifiable, listAttributes, setAttributeValue, setSourceUrlbuildFromXMLElement, buildFromXMLElement, toXML, toXML, toXML, toXMLjava.lang.String[] getTypes()
void setTypes(java.lang.String[] aTypeNames)
aTypeNames - an array type names, in order of their priorityvoid addType(java.lang.String aTypeName)
aTypeName - the type name to addvoid removeType(java.lang.String aTypeName)
aTypeName - the type name to removeCopyright © 2013. All Rights Reserved.