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.VALUESA public read-only list of all the 'Knot Types Type' enumerators.Methods in net.opengis.gml311 that return KnotTypesTypeModifier and TypeMethodDescriptionstatic KnotTypesTypeKnotTypesType.get(int value) Returns the 'Knot Types Type' literal with the specified integer value.static KnotTypesTypeReturns the 'Knot Types Type' literal with the specified literal value.static KnotTypesTypeReturns the 'Knot Types Type' literal with the specified name.BSplineType.getKnotType()Returns the value of the 'Knot Type' attribute.static KnotTypesTypeReturns 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 TypeMethodDescriptionvoidBSplineType.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 KnotTypesTypeBSplineTypeImpl.KNOT_TYPE_EDEFAULTThe default value of the 'Knot Type' attribute.protected KnotTypesTypeBSplineTypeImpl.knotTypeThe 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 TypeMethodDescriptionbooleanGml311Validator.validateKnotTypesType(KnotTypesType knotTypesType, DiagnosticChain diagnostics, Map<Object, Object> context) booleanGml311Validator.validateKnotTypesTypeObject(KnotTypesType knotTypesTypeObject, DiagnosticChain diagnostics, Map<Object, Object> context)