Uses of Class
net.opengis.gml.FileValueModelType.Enum
-
Packages that use FileValueModelType.Enum Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of FileValueModelType.Enum in net.opengis.gml
Fields in net.opengis.gml declared as FileValueModelType.Enum Modifier and Type Field Description static FileValueModelType.EnumFileValueModelType. RECORD_INTERLEAVEDMethods in net.opengis.gml that return FileValueModelType.Enum Modifier and Type Method Description static FileValueModelType.EnumFileValueModelType.Enum. forInt(int i)Returns the enum value corresponding to an int, or null if none.static FileValueModelType.EnumFileValueModelType.Enum. forString(String s)Returns the enum value for a string, or null if none.FileValueModelType.EnumFileType. getFileStructure()Gets the "fileStructure" elementMethods in net.opengis.gml with parameters of type FileValueModelType.Enum Modifier and Type Method Description voidFileType. setFileStructure(FileValueModelType.Enum fileStructure)Sets the "fileStructure" element -
Uses of FileValueModelType.Enum in net.opengis.gml.impl
Methods in net.opengis.gml.impl that return FileValueModelType.Enum Modifier and Type Method Description FileValueModelType.EnumFileTypeImpl. getFileStructure()Gets the "fileStructure" elementMethods in net.opengis.gml.impl with parameters of type FileValueModelType.Enum Modifier and Type Method Description voidFileTypeImpl. setFileStructure(FileValueModelType.Enum fileStructure)Sets the "fileStructure" element
-