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

Packages that use AbstractGenericAttribute
org.citygml4j.builder.jaxb.marshal.citygml.generics   
org.citygml4j.builder.jaxb.unmarshal.citygml.generics   
org.citygml4j.impl.citygml.core   
org.citygml4j.impl.citygml.generics   
org.citygml4j.model.citygml.core   
org.citygml4j.model.citygml.generics   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.generics with parameters of type AbstractGenericAttribute
 void Generics040Marshaller.marshalGenericAttribute(AbstractGenericAttribute src, _GenericAttributeType dest)
           
 void Generics100Marshaller.marshalGenericAttribute(AbstractGenericAttribute src, AbstractGenericAttributeType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.generics with parameters of type AbstractGenericAttribute
 void Generics040Unmarshaller.unmarshalGenericAttribute(_GenericAttributeType src, AbstractGenericAttribute dest)
           
 void Generics100Unmarshaller.unmarshalGenericAttribute(AbstractGenericAttributeType src, AbstractGenericAttribute dest)
           
 

Uses of AbstractGenericAttribute in org.citygml4j.impl.citygml.core
 

Methods in org.citygml4j.impl.citygml.core that return types with arguments of type AbstractGenericAttribute
 java.util.List<AbstractGenericAttribute> AbstractCityObjectImpl.getGenericAttribute()
           
 

Methods in org.citygml4j.impl.citygml.core with parameters of type AbstractGenericAttribute
 void AbstractCityObjectImpl.addGenericAttribute(AbstractGenericAttribute genericAttribute)
           
 boolean AbstractCityObjectImpl.unsetGenericAttribute(AbstractGenericAttribute genericAttribute)
           
 

Method parameters in org.citygml4j.impl.citygml.core with type arguments of type AbstractGenericAttribute
 void AbstractCityObjectImpl.setGenericAttribute(java.util.List<AbstractGenericAttribute> genericAttribute)
           
 

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

Classes in org.citygml4j.impl.citygml.generics that implement AbstractGenericAttribute
 class AbstractGenericAttributeImpl
           
 class DateAttributeImpl
           
 class DoubleAttributeImpl
           
 class IntAttributeImpl
           
 class StringAttributeImpl
           
 class UriAttributeImpl
           
 

Uses of AbstractGenericAttribute in org.citygml4j.model.citygml.core
 

Methods in org.citygml4j.model.citygml.core that return types with arguments of type AbstractGenericAttribute
 java.util.List<AbstractGenericAttribute> AbstractCityObject.getGenericAttribute()
           
 

Methods in org.citygml4j.model.citygml.core with parameters of type AbstractGenericAttribute
 void AbstractCityObject.addGenericAttribute(AbstractGenericAttribute genericAttribute)
           
 boolean AbstractCityObject.unsetGenericAttribute(AbstractGenericAttribute genericAttribute)
           
 

Method parameters in org.citygml4j.model.citygml.core with type arguments of type AbstractGenericAttribute
 void AbstractCityObject.setGenericAttribute(java.util.List<AbstractGenericAttribute> genericAttribute)
           
 

Uses of AbstractGenericAttribute in org.citygml4j.model.citygml.generics
 

Subinterfaces of AbstractGenericAttribute in org.citygml4j.model.citygml.generics
 interface DateAttribute
           
 interface DoubleAttribute
           
 interface IntAttribute
           
 interface StringAttribute
           
 interface UriAttribute