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, whereUsed
public 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.Object
public java.lang.String getPathToRoot()
Identifiable
getPathToRoot
in class Identifiable<SpecType>