Uses of Class
org.citygml4j.jaxb.gml._3_1_1.GraphTypeType

Packages that use GraphTypeType
org.citygml4j.jaxb.gml._3_1_1   
 

Uses of GraphTypeType in org.citygml4j.jaxb.gml._3_1_1
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return GraphTypeType
static GraphTypeType GraphTypeType.fromValue(java.lang.String v)
           
 GraphTypeType GraphStyleType.getGraphType()
          Ruft den Wert der graphType-Eigenschaft ab.
static GraphTypeType GraphTypeType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static GraphTypeType[] GraphTypeType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type GraphTypeType
 void GraphStyleType.setGraphType(GraphTypeType value)
          Legt den Wert der graphType-Eigenschaft fest.