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:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Double Or Null Tuple List' attribute.Returns the value of the 'Range Parameters' containment reference.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
Sets the value of the 'Range Parameters
' containment reference.void
setTupleList
(CoordinatesType value) Sets the value of the 'Tuple List
' containment reference.Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
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
Sets the value of the 'Range Parameters
' containment reference.- Parameters:
value
- the new value of the 'Range Parameters' containment reference.- See Also:
-
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
Sets the value of the 'Tuple List
' containment reference.- Parameters:
value
- the new value of the 'Tuple List' containment reference.- See Also:
-
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
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:
-