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()
          Ruft den Wert der lineType-Eigenschaft ab.
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)
          Legt den Wert der lineType-Eigenschaft fest.