Uses of Interface
net.opengis.gml311.DataBlockType
-
Packages that use DataBlockType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of DataBlockType in net.opengis.gml311
Methods in net.opengis.gml311 that return DataBlockType Modifier and Type Method Description DataBlockTypeGml311Factory. createDataBlockType()Returns a new object of class 'Data Block Type'.DataBlockTypeDocumentRoot. getDataBlock()Returns the value of the 'Data Block' containment reference.DataBlockTypeRangeSetType. getDataBlock()Returns the value of the 'Data Block' containment reference.Methods in net.opengis.gml311 with parameters of type DataBlockType Modifier and Type Method Description voidDocumentRoot. setDataBlock(DataBlockType value)Sets the value of the 'Data Block' containment reference.voidRangeSetType. setDataBlock(DataBlockType value)Sets the value of the 'Data Block' containment reference. -
Uses of DataBlockType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement DataBlockType Modifier and Type Class Description classDataBlockTypeImplAn implementation of the model object 'Data Block Type'.Fields in net.opengis.gml311.impl declared as DataBlockType Modifier and Type Field Description protected DataBlockTypeRangeSetTypeImpl. dataBlockThe cached value of the 'Data Block' containment reference.Methods in net.opengis.gml311.impl that return DataBlockType Modifier and Type Method Description DataBlockTypeGml311FactoryImpl. createDataBlockType()DataBlockTypeDocumentRootImpl. getDataBlock()DataBlockTypeRangeSetTypeImpl. getDataBlock()Methods in net.opengis.gml311.impl with parameters of type DataBlockType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetDataBlock(DataBlockType newDataBlock, NotificationChain msgs)NotificationChainRangeSetTypeImpl. basicSetDataBlock(DataBlockType newDataBlock, NotificationChain msgs)voidDocumentRootImpl. setDataBlock(DataBlockType newDataBlock)voidRangeSetTypeImpl. setDataBlock(DataBlockType newDataBlock) -
Uses of DataBlockType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type DataBlockType Modifier and Type Method Description TGml311Switch. caseDataBlockType(DataBlockType object)Returns the result of interpreting the object as an instance of 'Data Block Type'.booleanGml311Validator. validateDataBlockType(DataBlockType dataBlockType, DiagnosticChain diagnostics, Map<Object,Object> context)
-