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

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

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

Methods in org.citygml4j.model.gml.base that return XLinkShow
 XLinkShow StringOrRef.getShow()
           
 XLinkShow AssociationByRepOrRef.getShow()
           
 XLinkShow AssociationAttributeGroup.getShow()
           
 

Methods in org.citygml4j.model.gml.base with parameters of type XLinkShow
 void StringOrRef.setShow(XLinkShow show)
           
 void AssociationByRepOrRef.setShow(XLinkShow show)
           
 void AssociationAttributeGroup.setShow(XLinkShow show)
           
 

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

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