Package net.opengis.gml311
Interface DataBlockType
-
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
DataBlockTypeImpl
public interface DataBlockType extends EObject
A representation of the model object 'Data Block Type'.The following features are supported:
- See Also:
Gml311Package.getDataBlockType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Object>
getDoubleOrNullTupleList()
Returns the value of the 'Double Or Null Tuple List' attribute.RangeParametersType
getRangeParameters()
Returns the value of the 'Range Parameters' containment reference.CoordinatesType
getTupleList()
Returns the value of the 'Tuple List' containment reference.void
setDoubleOrNullTupleList(List<Object> value)
Sets the value of the 'Double Or Null Tuple List
' attribute.void
setRangeParameters(RangeParametersType value)
Sets the value of the 'Range Parameters
' containment reference.void
setTupleList(CoordinatesType value)
Sets the value of the 'Tuple List
' containment reference.
-
-
-
Method Detail
-
getRangeParameters
RangeParametersType getRangeParameters()
Returns the value of the 'Range Parameters' containment reference.If the meaning of the 'Range Parameters' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Range Parameters' containment reference.
- See Also:
setRangeParameters(RangeParametersType)
,Gml311Package.getDataBlockType_RangeParameters()
-
setRangeParameters
void setRangeParameters(RangeParametersType value)
Sets the value of the 'Range Parameters
' containment reference.- Parameters:
value
- the new value of the 'Range Parameters' containment reference.- See Also:
getRangeParameters()
-
getTupleList
CoordinatesType getTupleList()
Returns the value of the 'Tuple List' containment reference.If the meaning of the 'Tuple List' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Tuple List' containment reference.
- See Also:
setTupleList(CoordinatesType)
,Gml311Package.getDataBlockType_TupleList()
-
setTupleList
void setTupleList(CoordinatesType value)
Sets the value of the 'Tuple List
' containment reference.- Parameters:
value
- the new value of the 'Tuple List' containment reference.- See Also:
getTupleList()
-
getDoubleOrNullTupleList
List<Object> getDoubleOrNullTupleList()
Returns the value of the 'Double Or Null Tuple List' attribute.If the meaning of the 'Double Or Null Tuple List' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Double Or Null Tuple List' attribute.
- See Also:
setDoubleOrNullTupleList(List)
,Gml311Package.getDataBlockType_DoubleOrNullTupleList()
-
setDoubleOrNullTupleList
void setDoubleOrNullTupleList(List<Object> value)
Sets the value of the 'Double Or Null Tuple List
' attribute.- Parameters:
value
- the new value of the 'Double Or Null Tuple List' attribute.- See Also:
getDoubleOrNullTupleList()
-
-