Class TLcdISO19119Operation
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.metadata.model.util.TLcdISO19118Object
com.luciad.format.metadata.model.service.TLcdISO19119Operation
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
Specifies a transformation on the state of the target object or a query that returns a value to the caller of the operation. an operation shall be an abstract description of an action supported by the interface. operations contain parameters.
- Since:
- 2017.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to thedependsOnelement.static final TLcdDataPropertyData property that maps to theoperationNameelement.static final TLcdDataPropertyData property that maps to theparameterelement.Fields inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
ID_PROPERTY, UUID_PROPERTY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of theDEPENDS_ON_PROPERTYproperty adapted to a list ofTLcdISO19119Operationinstances.Returns the role value contained in the value of theOPERATION_NAME_PROPERTYproperty.Returns the role value contained in the value of thePARAMETER_PROPERTYproperty.voidSets the value of the property that maps to theoperationNameelement.voidsetParameter(TLcdISO19119Parameter aValue) Sets the value of the property that maps to theparameterelement.Methods inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
getId, getUuid, setId, setUuid
-
Field Details
-
OPERATION_NAME_PROPERTY
Data property that maps to theoperationNameelement. The possible values for this property are instances ofTLcdISO19118Property<TLcdISO19103MemberName>. -
DEPENDS_ON_PROPERTY
Data property that maps to thedependsOnelement. The possible values for this property are instances ofList<TLcdISO19118Property<TLcdISO19119Operation>>. -
PARAMETER_PROPERTY
Data property that maps to theparameterelement. The possible values for this property are instances ofTLcdISO19118Property<TLcdISO19119Parameter>.
-
-
Constructor Details
-
TLcdISO19119Operation
public TLcdISO19119Operation() -
TLcdISO19119Operation
-
-
Method Details
-
getOperationName
Returns the role value contained in the value of theOPERATION_NAME_PROPERTYproperty. Returnsnullif the value of theOPERATION_NAME_PROPERTYproperty isnull.- Returns:
- the role value of the
OPERATION_NAME_PROPERTYproperty. - See Also:
-
setOperationName
Sets the value of the property that maps to theoperationNameelement. to a new instance of the association classTLcdISO19118Propertyinitialized with the given role value. In case the given role value isnull, theOPERATION_NAME_PROPERTYproperty is set tonull.- Parameters:
aValue- the role value to set for theOPERATION_NAME_PROPERTYproperty.
-
getDependsOn
Gets the value of theDEPENDS_ON_PROPERTYproperty adapted to a list ofTLcdISO19119Operationinstances.- Returns:
- the value of the
DEPENDS_ON_PROPERTYproperty adapted to a list ofTLcdISO19119Operationinstances. - See Also:
-
getParameter
Returns the role value contained in the value of thePARAMETER_PROPERTYproperty. Returnsnullif the value of thePARAMETER_PROPERTYproperty isnull.- Returns:
- the role value of the
PARAMETER_PROPERTYproperty. - See Also:
-
setParameter
Sets the value of the property that maps to theparameterelement. to a new instance of the association classTLcdISO19118Propertyinitialized with the given role value. In case the given role value isnull, thePARAMETER_PROPERTYproperty is set tonull.- Parameters:
aValue- the role value to set for thePARAMETER_PROPERTYproperty.
-