Class TLcdISO19119Interface
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.metadata.model.util.TLcdISO19118Object
com.luciad.format.metadata.model.service.TLcdISO19119Interface
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
Aggregates a set of operations.
- Since:
- 2017.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to theoperationelement.static final TLcdDataPropertyData property that maps to thetheSV_Portelement.static final TLcdDataPropertyData property that maps to thetypeNameelement.Fields inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
ID_PROPERTY, UUID_PROPERTY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the role value contained in the value of theOPERATION_PROPERTYproperty.getPorts()Gets the value of thePORTS_PROPERTYproperty adapted to a list ofTLcdISO19119Portinstances.Returns the role value contained in the value of theTYPE_NAME_PROPERTYproperty.voidsetOperation(TLcdISO19119Operation aValue) Sets the value of the property that maps to theoperationelement.voidsetTypeName(TLcdISO19103TypeName aValue) Sets the value of the property that maps to thetypeNameelement.Methods inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
getId, getUuid, setId, setUuid
-
Field Details
-
TYPE_NAME_PROPERTY
Data property that maps to thetypeNameelement. The possible values for this property are instances ofTLcdISO19118Property<TLcdISO19103TypeName>. -
PORTS_PROPERTY
Data property that maps to thetheSV_Portelement. The possible values for this property are instances ofList<TLcdISO19118Property<TLcdISO19119Port>>. -
OPERATION_PROPERTY
Data property that maps to theoperationelement. The possible values for this property are instances ofTLcdISO19118Property<TLcdISO19119Operation>.
-
-
Constructor Details
-
TLcdISO19119Interface
public TLcdISO19119Interface() -
TLcdISO19119Interface
-
-
Method Details
-
getTypeName
Returns the role value contained in the value of theTYPE_NAME_PROPERTYproperty. Returnsnullif the value of theTYPE_NAME_PROPERTYproperty isnull.- Returns:
- the role value of the
TYPE_NAME_PROPERTYproperty. - See Also:
-
setTypeName
Sets the value of the property that maps to thetypeNameelement. to a new instance of the association classTLcdISO19118Propertyinitialized with the given role value. In case the given role value isnull, theTYPE_NAME_PROPERTYproperty is set tonull.- Parameters:
aValue- the role value to set for theTYPE_NAME_PROPERTYproperty.
-
getPorts
Gets the value of thePORTS_PROPERTYproperty adapted to a list ofTLcdISO19119Portinstances.- Returns:
- the value of the
PORTS_PROPERTYproperty adapted to a list ofTLcdISO19119Portinstances. - See Also:
-
getOperation
Returns the role value contained in the value of theOPERATION_PROPERTYproperty. Returnsnullif the value of theOPERATION_PROPERTYproperty isnull.- Returns:
- the role value of the
OPERATION_PROPERTYproperty. - See Also:
-
setOperation
Sets the value of the property that maps to theoperationelement. to a new instance of the association classTLcdISO19118Propertyinitialized with the given role value. In case the given role value isnull, theOPERATION_PROPERTYproperty is set tonull.- Parameters:
aValue- the role value to set for theOPERATION_PROPERTYproperty.
-