Uses of Enum Class
net.opengis.gml311.FileValueModelType
Packages that use FileValueModelType
-
Uses of FileValueModelType in net.opengis.gml311
Fields in net.opengis.gml311 with type parameters of type FileValueModelTypeModifier and TypeFieldDescriptionstatic final List<FileValueModelType>
FileValueModelType.VALUES
A public read-only list of all the 'File Value Model Type' enumerators.Methods in net.opengis.gml311 that return FileValueModelTypeModifier and TypeMethodDescriptionstatic FileValueModelType
FileValueModelType.get
(int value) Returns the 'File Value Model Type' literal with the specified integer value.static FileValueModelType
Returns the 'File Value Model Type' literal with the specified literal value.static FileValueModelType
Returns the 'File Value Model Type' literal with the specified name.FileType.getFileStructure()
Returns the value of the 'File Structure' attribute.static FileValueModelType
Returns the enum constant of this class with the specified name.static FileValueModelType[]
FileValueModelType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.opengis.gml311 with parameters of type FileValueModelTypeModifier and TypeMethodDescriptionvoid
FileType.setFileStructure
(FileValueModelType value) Sets the value of the 'File Structure
' attribute. -
Uses of FileValueModelType in net.opengis.gml311.impl
Fields in net.opengis.gml311.impl declared as FileValueModelTypeModifier and TypeFieldDescriptionprotected static final FileValueModelType
FileTypeImpl.FILE_STRUCTURE_EDEFAULT
The default value of the 'File Structure
' attribute.protected FileValueModelType
FileTypeImpl.fileStructure
The cached value of the 'File Structure
' attribute.Methods in net.opengis.gml311.impl that return FileValueModelTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createFileValueModelTypeFromString
(EDataType eDataType, String initialValue) Gml311FactoryImpl.createFileValueModelTypeObjectFromString
(EDataType eDataType, String initialValue) FileTypeImpl.getFileStructure()
Methods in net.opengis.gml311.impl with parameters of type FileValueModelTypeModifier and TypeMethodDescriptionvoid
FileTypeImpl.setFileStructure
(FileValueModelType newFileStructure) -
Uses of FileValueModelType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type FileValueModelTypeModifier and TypeMethodDescriptionboolean
Gml311Validator.validateFileValueModelType
(FileValueModelType fileValueModelType, DiagnosticChain diagnostics, Map<Object, Object> context) boolean
Gml311Validator.validateFileValueModelTypeObject
(FileValueModelType fileValueModelTypeObject, DiagnosticChain diagnostics, Map<Object, Object> context)