Uses of Class
net.opengis.gml311.FileValueModelType
-
Packages that use FileValueModelType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of FileValueModelType in net.opengis.gml311
Fields in net.opengis.gml311 with type parameters of type FileValueModelType Modifier and Type Field Description static List<FileValueModelType>
FileValueModelType. VALUES
A public read-only list of all the 'File Value Model Type' enumerators.Methods in net.opengis.gml311 that return FileValueModelType Modifier and Type Method Description static FileValueModelType
FileValueModelType. get(int value)
Returns the 'File Value Model Type' literal with the specified integer value.static FileValueModelType
FileValueModelType. get(String literal)
Returns the 'File Value Model Type' literal with the specified literal value.static FileValueModelType
FileValueModelType. getByName(String name)
Returns the 'File Value Model Type' literal with the specified name.FileValueModelType
FileType. getFileStructure()
Returns the value of the 'File Structure' attribute.static FileValueModelType
FileValueModelType. valueOf(String name)
Returns the enum constant of this type with the specified name.static FileValueModelType[]
FileValueModelType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.opengis.gml311 with parameters of type FileValueModelType Modifier and Type Method Description void
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 FileValueModelType Modifier and Type Field Description protected static 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 FileValueModelType Modifier and Type Method Description FileValueModelType
Gml311FactoryImpl. createFileValueModelTypeFromString(EDataType eDataType, String initialValue)
FileValueModelType
Gml311FactoryImpl. createFileValueModelTypeObjectFromString(EDataType eDataType, String initialValue)
FileValueModelType
FileTypeImpl. getFileStructure()
Methods in net.opengis.gml311.impl with parameters of type FileValueModelType Modifier and Type Method Description void
FileTypeImpl. setFileStructure(FileValueModelType newFileStructure)
-
Uses of FileValueModelType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type FileValueModelType Modifier and Type Method Description boolean
Gml311Validator. validateFileValueModelType(FileValueModelType fileValueModelType, DiagnosticChain diagnostics, Map<Object,Object> context)
boolean
Gml311Validator. validateFileValueModelTypeObject(FileValueModelType fileValueModelTypeObject, DiagnosticChain diagnostics, Map<Object,Object> context)
-