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

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

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

Methods in org.citygml4j.model.gml.base that return XLinkType
 XLinkType StringOrRef.getType()
           
 XLinkType AssociationByRepOrRef.getType()
           
 XLinkType AssociationAttributeGroup.getType()
           
 

Methods in org.citygml4j.model.gml.base with parameters of type XLinkType
 void StringOrRef.setType(XLinkType type)
           
 void AssociationByRepOrRef.setType(XLinkType type)
           
 void AssociationAttributeGroup.setType(XLinkType type)
           
 

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

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