public class XTCEParameter extends XTCETypedObject
XTCETypedObject.EngineeringType, XTCETypedObject.RawType| Modifier and Type | Method and Description |
|---|---|
String |
getDataSource()
Accessor to retrieve the dataSource attribute from the
ParameterProperties element.
|
String |
getDescription()
Retrieves the preferred effective description of this Parameter or
Member in the XTCE data model.
|
String |
getInitialValue()
Accessor to retrieve the "initial" or "default" value of the Parameter
or Member represented by this object, considering the XTCE data model
rules.
|
String |
getLongDescription()
Retrieves the "effective" Long Description of this
Parameter or Member in the XTCE data model.
|
org.omg.space.xtce.AggregateDataType.MemberList.Member |
getMemberReference()
Retrieve the underlying Member element from the XTCE data model.
|
org.omg.space.xtce.ParameterSetType.Parameter |
getParameterReference()
Retrieve the underlying Parameter element from the XTCE data model.
|
String |
getShortDescription()
Retrieves the "effective" Short Description of this
Parameter or Member in the XTCE data model.
|
String |
getSystemName()
Accessor to retrieve the content of the SystemName element in the
XTCE Parameter element.
|
String |
getTypeReferenceFullPath()
Retrieves the fully qualified XTCE path reference to the type
that describes this parameter.
|
boolean |
isMember()
Accessor to determine if this XTCEParameter object represents a
Member element in the XTCE data model.
|
boolean |
isParameter()
Accessor to determine if this XTCEParameter object represents a
Parameter element in the XTCE data model.
|
boolean |
isReadOnly()
Accessor to determine if this Parameter or Member represented by this
object is in a "Read Only" state, as defined by the readOnly attribute
of the ParameterProperties element.
|
boolean |
isSettable()
Accessor to determine if this Parameter or Member represented by this
object is in a "settable" state, as defined by the readOnly attribute
of the ParameterProperties element.
|
String |
toXml()
Retrieve an XML string that represents this Parameter or Member
element.
|
getAncillaryData, getAncillaryData, getChangeThreshold, getContextCalibrators, getDefaultCalibrator, getEngineeringType, getEngineeringTypeString, getEnumerations, getRawBitOrder, getRawSizeInBits, getRawType, getRawTypeString, getTypeReference, getUnits, getValidRange, hasContextCalibrators, hasDefaultCalibrator, isValid, typeToXmlcompareTo, 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 final String getDataSource()
public final String getSystemName()
public String getInitialValue()
getInitialValue in class XTCETypedObjectpublic final boolean isReadOnly()
public final boolean isSettable()
public final boolean isMember()
public final org.omg.space.xtce.AggregateDataType.MemberList.Member getMemberReference()
public final boolean isParameter()
public final org.omg.space.xtce.ParameterSetType.Parameter getParameterReference()
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.Copyright © 2015–2019. All rights reserved.