public abstract class SpecType extends Identifiable<SpecType>
SpecType.
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPathToRoot()
Helper function returning the path to the XML root for display in validation messages.
|
SpecAttributes |
getSpecAttributes()
Returns the collection of
AttributeDefinition objects owned by this class. |
java.lang.String |
toString() |
equals, getAlternativeID, getChildren, getDesc, getIdentifier, getLastChange, getLastChangeText, getLongName, getReqIFContent, hashCode, isUsed, isValidIdentifier, setAlternativeID, setDesc, setLastChange, setLongName, whereUsedpublic SpecAttributes getSpecAttributes()
AttributeDefinition objects owned by this class.AttributeDefinition collection as a SpecAttributes object, not nullpublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getPathToRoot()
IdentifiablegetPathToRoot in class Identifiable<SpecType>