Uses of Class
org.citygml4j.model.gml.xlink.XLinkActuate

Packages that use XLinkActuate
org.citygml4j.model.gml.base   
org.citygml4j.model.gml.xlink   
 

Uses of XLinkActuate in org.citygml4j.model.gml.base
 

Methods in org.citygml4j.model.gml.base that return XLinkActuate
 XLinkActuate StringOrRef.getActuate()
           
 XLinkActuate AssociationByRepOrRef.getActuate()
           
 XLinkActuate AssociationAttributeGroup.getActuate()
           
 

Methods in org.citygml4j.model.gml.base with parameters of type XLinkActuate
 void StringOrRef.setActuate(XLinkActuate actuate)
           
 void AssociationByRepOrRef.setActuate(XLinkActuate actuate)
           
 void AssociationAttributeGroup.setActuate(XLinkActuate actuate)
           
 

Uses of XLinkActuate in org.citygml4j.model.gml.xlink
 

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