Uses of Enum Class
net.opengis.gml311.KnotTypesType
Packages that use KnotTypesType
-
Uses of KnotTypesType in net.opengis.gml311
Fields in net.opengis.gml311 with type parameters of type KnotTypesTypeModifier and TypeFieldDescriptionstatic final List<KnotTypesType>
KnotTypesType.VALUES
A public read-only list of all the 'Knot Types Type' enumerators.Methods in net.opengis.gml311 that return KnotTypesTypeModifier and TypeMethodDescriptionstatic KnotTypesType
KnotTypesType.get
(int value) Returns the 'Knot Types Type' literal with the specified integer value.static KnotTypesType
Returns the 'Knot Types Type' literal with the specified literal value.static KnotTypesType
Returns the 'Knot Types Type' literal with the specified name.BSplineType.getKnotType()
Returns the value of the 'Knot Type' attribute.static KnotTypesType
Returns the enum constant of this class with the specified name.static KnotTypesType[]
KnotTypesType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.opengis.gml311 with parameters of type KnotTypesTypeModifier and TypeMethodDescriptionvoid
BSplineType.setKnotType
(KnotTypesType value) Sets the value of the 'Knot Type
' attribute. -
Uses of KnotTypesType in net.opengis.gml311.impl
Fields in net.opengis.gml311.impl declared as KnotTypesTypeModifier and TypeFieldDescriptionprotected static final KnotTypesType
BSplineTypeImpl.KNOT_TYPE_EDEFAULT
The default value of the 'Knot Type
' attribute.protected KnotTypesType
BSplineTypeImpl.knotType
The cached value of the 'Knot Type
' attribute.Methods in net.opengis.gml311.impl that return KnotTypesTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createKnotTypesTypeFromString
(EDataType eDataType, String initialValue) Gml311FactoryImpl.createKnotTypesTypeObjectFromString
(EDataType eDataType, String initialValue) BSplineTypeImpl.getKnotType()
Methods in net.opengis.gml311.impl with parameters of type KnotTypesType -
Uses of KnotTypesType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type KnotTypesTypeModifier and TypeMethodDescriptionboolean
Gml311Validator.validateKnotTypesType
(KnotTypesType knotTypesType, DiagnosticChain diagnostics, Map<Object, Object> context) boolean
Gml311Validator.validateKnotTypesTypeObject
(KnotTypesType knotTypesTypeObject, DiagnosticChain diagnostics, Map<Object, Object> context)