Package net.opengis.gml311
Interface DataBlockType
- 
- All Superinterfaces:
- EObject,- Notifier
 - All Known Implementing Classes:
- DataBlockTypeImpl
 
 public interface DataBlockType extends EObjectA representation of the model object 'Data Block Type'.The following features are supported: - See Also:
- Gml311Package.getDataBlockType()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Object>getDoubleOrNullTupleList()Returns the value of the 'Double Or Null Tuple List' attribute.RangeParametersTypegetRangeParameters()Returns the value of the 'Range Parameters' containment reference.CoordinatesTypegetTupleList()Returns the value of the 'Tuple List' containment reference.voidsetDoubleOrNullTupleList(List<Object> value)Sets the value of the 'Double Or Null Tuple List' attribute.voidsetRangeParameters(RangeParametersType value)Sets the value of the 'Range Parameters' containment reference.voidsetTupleList(CoordinatesType value)Sets the value of the 'Tuple List' containment reference.
 
- 
- 
- 
Method Detail- 
getRangeParametersRangeParametersType 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()
 
 - 
setRangeParametersvoid 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()
 
 - 
getTupleListCoordinatesType 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()
 
 - 
setTupleListvoid 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()
 
 - 
getDoubleOrNullTupleListList<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()
 
 - 
setDoubleOrNullTupleListvoid 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()
 
 
- 
 
-