Uses of Class
org.citygml4j.model.gml.coverage.FileValueModel

Packages that use FileValueModel
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.impl.gml.coverage   
org.citygml4j.model.gml.coverage   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.gml with parameters of type FileValueModel
 FileValueModelType GMLMarshaller.marshalFileValueModel(FileValueModel src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml that return FileValueModel
 FileValueModel GMLUnmarshaller.unmarshalFileValueModel(FileValueModelType src)
           
 

Uses of FileValueModel in org.citygml4j.impl.gml.coverage
 

Methods in org.citygml4j.impl.gml.coverage that return FileValueModel
 FileValueModel FileImpl.getFileStructure()
           
 

Methods in org.citygml4j.impl.gml.coverage with parameters of type FileValueModel
 void FileImpl.setFileStructure(FileValueModel fileStructure)
           
 

Uses of FileValueModel in org.citygml4j.model.gml.coverage
 

Methods in org.citygml4j.model.gml.coverage that return FileValueModel
static FileValueModel FileValueModel.fromValue(java.lang.String v)
           
 FileValueModel File.getFileStructure()
           
static FileValueModel FileValueModel.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static FileValueModel[] FileValueModel.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.citygml4j.model.gml.coverage with parameters of type FileValueModel
 void File.setFileStructure(FileValueModel fileStructure)