Uses of Class
org.citygml4j.jaxb.gml._3_1_1.FileValueModelType

Packages that use FileValueModelType
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.jaxb.gml._3_1_1   
 

Uses of FileValueModelType in org.citygml4j.builder.jaxb.marshal.gml
 

Methods in org.citygml4j.builder.jaxb.marshal.gml that return FileValueModelType
 FileValueModelType GMLMarshaller.marshalFileValueModel(FileValueModel src)
           
 

Uses of FileValueModelType in org.citygml4j.builder.jaxb.unmarshal.gml
 

Methods in org.citygml4j.builder.jaxb.unmarshal.gml with parameters of type FileValueModelType
 FileValueModel GMLUnmarshaller.unmarshalFileValueModel(FileValueModelType src)
           
 

Uses of FileValueModelType in org.citygml4j.jaxb.gml._3_1_1
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return FileValueModelType
static FileValueModelType FileValueModelType.fromValue(java.lang.String v)
           
 FileValueModelType FileType.getFileStructure()
          Ruft den Wert der fileStructure-Eigenschaft ab.
static FileValueModelType FileValueModelType.valueOf(java.lang.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're declared.
 

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type FileValueModelType
 void FileType.setFileStructure(FileValueModelType value)
          Legt den Wert der fileStructure-Eigenschaft fest.