Package com.luciad.ogc.ows.model
Class TLcdOWSAdditionalParameter
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.ogc.ows.model.TLcdOWSAdditionalParameter
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
One additional metadata parameter, part of a set of additional parameters.
- Since:
- 2017.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to theNameelement.static final TLcdDataPropertyData property that maps to theValueelement. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()Returns the value of the property that maps to theNameelement.getValue()Returns the value of the property that maps to theValueelement.voidsetName(TLcdOWSCode aValue) Sets the value of the property that maps to theNameelement.
-
Field Details
-
NAME_PROPERTY
Data property that maps to theNameelement. The possible values for this property are instances ofTLcdOWSCode. -
VALUE_PROPERTY
Data property that maps to theValueelement. The possible values for this property are instances ofList<Object>.
-
-
Constructor Details
-
TLcdOWSAdditionalParameter
public TLcdOWSAdditionalParameter() -
TLcdOWSAdditionalParameter
-
-
Method Details
-
getName
Returns the value of the property that maps to theNameelement.Name or identifier of this AdditionalParameter, unique for this OGC Web Service.
- Returns:
- the value of the
NAME_PROPERTYproperty.
-
setName
Sets the value of the property that maps to theNameelement.Name or identifier of this AdditionalParameter, unique for this OGC Web Service.
- Parameters:
aValue- the value to set for theNAME_PROPERTYproperty.
-
getValue
Returns the value of the property that maps to theValueelement.Unordered list of one or more values of this AdditionalParameter.
- Returns:
- the value of the
VALUE_PROPERTYproperty.
-