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

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

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return DrawingTypeType
static DrawingTypeType DrawingTypeType.fromValue(java.lang.String v)
           
 DrawingTypeType GraphStyleType.getDrawingType()
          Gets the value of the drawingType property.
static DrawingTypeType DrawingTypeType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DrawingTypeType[] DrawingTypeType.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 DrawingTypeType
 void GraphStyleType.setDrawingType(DrawingTypeType value)
          Sets the value of the drawingType property.