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

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

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

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