Uses of Class
org.citygml4j.model.citygml.generics.IntAttribute

Packages that use IntAttribute
org.citygml4j.builder.jaxb.marshal.citygml.generics   
org.citygml4j.builder.jaxb.unmarshal.citygml.generics   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.generics with parameters of type IntAttribute
 IntAttributeType Generics200Marshaller.marshalIntAttribute(IntAttribute src)
           
 IntAttributeType Generics100Marshaller.marshalIntAttribute(IntAttribute src)
           
 void Generics200Marshaller.marshalIntAttribute(IntAttribute src, IntAttributeType dest)
           
 void Generics100Marshaller.marshalIntAttribute(IntAttribute src, IntAttributeType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.generics that return IntAttribute
 IntAttribute Generics200Unmarshaller.unmarshalIntAttribute(IntAttributeType src)
           
 IntAttribute Generics100Unmarshaller.unmarshalIntAttribute(IntAttributeType src)
           
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.generics with parameters of type IntAttribute
 void Generics200Unmarshaller.unmarshalIntAttribute(IntAttributeType src, IntAttribute dest)
           
 void Generics100Unmarshaller.unmarshalIntAttribute(IntAttributeType src, IntAttribute dest)