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

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

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

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