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()
          Gets the value of the graphType property.
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 are declared.
 

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type GraphTypeType
 void GraphStyleType.setGraphType(GraphTypeType value)
          Sets the value of the graphType property.