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. VALUESA 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 FileValueModelTypeFileValueModelType. get(int value)Returns the 'File Value Model Type' literal with the specified integer value.static FileValueModelTypeFileValueModelType. get(String literal)Returns the 'File Value Model Type' literal with the specified literal value.static FileValueModelTypeFileValueModelType. getByName(String name)Returns the 'File Value Model Type' literal with the specified name.FileValueModelTypeFileType. getFileStructure()Returns the value of the 'File Structure' attribute.static FileValueModelTypeFileValueModelType. 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 voidFileType. 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 FileValueModelTypeFileTypeImpl. FILE_STRUCTURE_EDEFAULTThe default value of the 'File Structure' attribute.protected FileValueModelTypeFileTypeImpl. fileStructureThe cached value of the 'File Structure' attribute.Methods in net.opengis.gml311.impl that return FileValueModelType Modifier and Type Method Description FileValueModelTypeGml311FactoryImpl. createFileValueModelTypeFromString(EDataType eDataType, String initialValue)FileValueModelTypeGml311FactoryImpl. createFileValueModelTypeObjectFromString(EDataType eDataType, String initialValue)FileValueModelTypeFileTypeImpl. getFileStructure()Methods in net.opengis.gml311.impl with parameters of type FileValueModelType Modifier and Type Method Description voidFileTypeImpl. 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 booleanGml311Validator. validateFileValueModelType(FileValueModelType fileValueModelType, DiagnosticChain diagnostics, Map<Object,Object> context)booleanGml311Validator. validateFileValueModelTypeObject(FileValueModelType fileValueModelTypeObject, DiagnosticChain diagnostics, Map<Object,Object> context)
-