Uses of Interface
org.citygml4j.model.citygml.generics.StringAttribute

Packages that use StringAttribute
org.citygml4j.builder.jaxb.marshal.citygml.generics   
org.citygml4j.builder.jaxb.unmarshal.citygml.generics   
org.citygml4j.factory   
org.citygml4j.impl.citygml.generics   
 

Uses of StringAttribute in org.citygml4j.builder.jaxb.marshal.citygml.generics
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.generics with parameters of type StringAttribute
 StringAttributeType Generics100Marshaller.marshalStringAttribute(StringAttribute src)
           
 StringAttributeType Generics040Marshaller.marshalStringAttribute(StringAttribute src)
           
 void Generics100Marshaller.marshalStringAttribute(StringAttribute src, StringAttributeType dest)
           
 void Generics040Marshaller.marshalStringAttribute(StringAttribute src, StringAttributeType dest)
           
 

Uses of StringAttribute in org.citygml4j.builder.jaxb.unmarshal.citygml.generics
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.generics that return StringAttribute
 StringAttribute Generics100Unmarshaller.unmarshalStringAttribute(StringAttributeType src)
           
 StringAttribute Generics040Unmarshaller.unmarshalStringAttribute(StringAttributeType src)
           
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.generics with parameters of type StringAttribute
 void Generics100Unmarshaller.unmarshalStringAttribute(StringAttributeType src, StringAttribute dest)
           
 void Generics040Unmarshaller.unmarshalStringAttribute(StringAttributeType src, StringAttribute dest)
           
 

Uses of StringAttribute in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return StringAttribute
 StringAttribute CityGMLFactory.createStringAttribute()
           
 

Uses of StringAttribute in org.citygml4j.impl.citygml.generics
 

Classes in org.citygml4j.impl.citygml.generics that implement StringAttribute
 class StringAttributeImpl