public interface TypeDescription extends MetaDataObject
MetaDataObject, which implements
XMLizable, so it can be serialized to and deserialized from an XML
element.| Modifier and Type | Method and Description |
|---|---|
FeatureDescription |
addFeature(java.lang.String aFeatureName,
java.lang.String aDescription,
java.lang.String aRangeTypeName)
Convenience method which adds a FeatureDescription to this TypeDescription.
|
FeatureDescription |
addFeature(java.lang.String aFeatureName,
java.lang.String aDescription,
java.lang.String aRangeTypeName,
java.lang.String aElementTypeName,
java.lang.Boolean aMultipleReferencesAllowed)
Convenience method which adds a FeatureDescription to this TypeDescription.
|
AllowedValue[] |
getAllowedValues()
Gets the allowed values for instances of this Type.
|
java.lang.String |
getDescription()
Gets the verbose description of this Type.
|
FeatureDescription[] |
getFeatures()
Gets the descriptions of the features for this Type.
|
java.lang.String |
getName()
Gets the name of this Type.
|
java.lang.String |
getSupertypeName()
Gets the name of the supertype for this Type.
|
void |
setAllowedValues(AllowedValue[] aAllowedValues)
Sets the allowed values for instances of this Type.
|
void |
setDescription(java.lang.String aDescription)
Sets the verbose description of this Type.
|
void |
setFeatures(FeatureDescription[] aFeatures)
Sets the descriptions of the features for this Type.
|
void |
setName(java.lang.String aName)
Sets the name of this Type.
|
void |
setSupertypeName(java.lang.String aTypeName)
Sets the name of the supertype for this Type.
|
clone, equals, getAttributeValue, getSourceUrl, getSourceUrlString, isModifiable, listAttributes, setAttributeValue, setSourceUrlbuildFromXMLElement, buildFromXMLElement, toXML, toXML, toXML, toXMLjava.lang.String getName()
void setName(java.lang.String aName)
aName - the name of this Typejava.lang.String getDescription()
void setDescription(java.lang.String aDescription)
aDescription - the description of this Typejava.lang.String getSupertypeName()
void setSupertypeName(java.lang.String aTypeName)
aTypeName - the name of the supertype for this TypeFeatureDescription[] getFeatures()
void setFeatures(FeatureDescription[] aFeatures)
aFeatures - descriptions of the features for this Type.AllowedValue[] getAllowedValues()
null. Note that if a type has allowed values, it may not
have features.void setAllowedValues(AllowedValue[] aAllowedValues)
null. Note that if a type has allowed values, it
may not have features.aAllowedValues - the allowed values for instances of this TypeFeatureDescription addFeature(java.lang.String aFeatureName, java.lang.String aDescription, java.lang.String aRangeTypeName)
aFeatureName - name of feature to addaDescription - verbose description of the featureaRangeTypeName - name of feature's range typeFeatureDescription addFeature(java.lang.String aFeatureName, java.lang.String aDescription, java.lang.String aRangeTypeName, java.lang.String aElementTypeName, java.lang.Boolean aMultipleReferencesAllowed)
aFeatureName - name of feature to addaDescription - verbose description of the featureaRangeTypeName - name of feature's range typeaElementTypeName - type of element expected to be contained in the array or listaMultipleReferencesAllowed - whether an array or list that's assigned to this feature can also be referenced from
another feature. This is a Boolean object so that the null value can be used to
represent the case where the user has not specified a value.Copyright © 2013. All Rights Reserved.