public class XTCEArgument extends XTCETypedObject
XTCETypedObject.EngineeringType, XTCETypedObject.RawType| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Retrieves the preferred effective description of this Argument or
Member in the XTCE data model.
|
String |
getInitialValue()
Accessor to retrieve the "initial" or "default" value of the Argument
or Member represented by this object, considering the XTCE data model
rules.
|
String |
getLongDescription()
Retrieves the "effective" Long Description of this
Argument or Member in the XTCE data model.
|
String |
getShortDescription()
Retrieves the "effective" Short Description of this
Argument or Member in the XTCE data model.
|
String |
getTypeReferenceFullPath()
Retrieves the fully qualified XTCE path reference to the type
that describes this argument.
|
boolean |
isArgument()
Accessor to determine if this XTCEArgument object represents a
Argument element in the XTCE data model.
|
boolean |
isMember()
Accessor to determine if this XTCEArgument object represents a
Member element in the XTCE data model.
|
String |
toXml()
Retrieve a string of the XML text for this Argument element.
|
String |
typeToXml()
Retrieve an XML string that represents this argument object's "type"
element.
|
getAncillaryData, getAncillaryData, getChangeThreshold, getContextCalibrators, getDefaultCalibrator, getEngineeringType, getEngineeringTypeString, getEnumerations, getRawBitOrder, getRawSizeInBits, getRawType, getRawTypeString, getTypeReference, getUnits, getValidRange, hasContextCalibrators, hasDefaultCalibrator, isValidcompareTo, equals, getAlias, getAliasSet, getFullPath, getName, getPrimaryLongDescription, getPrimaryShortDescription, getSpaceSystemName, getSpaceSystemPath, hashCode, populateAliasListFromReference, setPrimaryLongDescription, setPrimaryShortDescriptionpublic final String getTypeReferenceFullPath()
public final String getShortDescription()
public final String getLongDescription()
public final String getDescription()
public String getInitialValue()
getInitialValue in class XTCETypedObjectpublic final boolean isMember()
public final boolean isArgument()
public String toXml() throws XTCEDatabaseException
XTCEDatabaseException - in the event that the elements being
marshaled from the JAXB internal classes cannot make a valid document.
Check the exception message for causality information.public String typeToXml() throws XTCEDatabaseException
typeToXml in class XTCETypedObjectXTCEDatabaseException - in the event that the XML could not be
marshaled to the string.Copyright © 2015–2019. All rights reserved.