Uses of Enum Class
net.opengis.gml311.FileValueModelType
Packages that use FileValueModelType
- 
Uses of FileValueModelType in net.opengis.gml311Fields in net.opengis.gml311 with type parameters of type FileValueModelTypeModifier and TypeFieldDescriptionstatic final List<FileValueModelType>FileValueModelType.VALUESA public read-only list of all the 'File Value Model Type' enumerators.Methods in net.opengis.gml311 that return FileValueModelTypeModifier and TypeMethodDescriptionstatic FileValueModelTypeFileValueModelType.get(int value) Returns the 'File Value Model Type' literal with the specified integer value.static FileValueModelTypeReturns the 'File Value Model Type' literal with the specified literal value.static FileValueModelTypeReturns the 'File Value Model Type' literal with the specified name.FileType.getFileStructure()Returns the value of the 'File Structure' attribute.static FileValueModelTypeReturns 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 TypeMethodDescriptionvoidFileType.setFileStructure(FileValueModelType value) Sets the value of the 'File Structure' attribute.
- 
Uses of FileValueModelType in net.opengis.gml311.implFields in net.opengis.gml311.impl declared as FileValueModelTypeModifier and TypeFieldDescriptionprotected static final 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 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 TypeMethodDescriptionvoidFileTypeImpl.setFileStructure(FileValueModelType newFileStructure) 
- 
Uses of FileValueModelType in net.opengis.gml311.utilMethods in net.opengis.gml311.util with parameters of type FileValueModelTypeModifier and TypeMethodDescriptionbooleanGml311Validator.validateFileValueModelType(FileValueModelType fileValueModelType, DiagnosticChain diagnostics, Map<Object, Object> context) booleanGml311Validator.validateFileValueModelTypeObject(FileValueModelType fileValueModelTypeObject, DiagnosticChain diagnostics, Map<Object, Object> context)