Uses of Enum Class
net.opengis.gml311.SequenceRuleNames
Packages that use SequenceRuleNames
-
Uses of SequenceRuleNames in net.opengis.gml311
Fields in net.opengis.gml311 with type parameters of type SequenceRuleNamesModifier and TypeFieldDescriptionstatic final List<SequenceRuleNames>
SequenceRuleNames.VALUES
A public read-only list of all the 'Sequence Rule Names' enumerators.Methods in net.opengis.gml311 that return SequenceRuleNamesModifier and TypeMethodDescriptionstatic SequenceRuleNames
SequenceRuleNames.get
(int value) Returns the 'Sequence Rule Names' literal with the specified integer value.static SequenceRuleNames
Returns the 'Sequence Rule Names' literal with the specified literal value.static SequenceRuleNames
Returns the 'Sequence Rule Names' literal with the specified name.SequenceRuleType.getValue()
Returns the value of the 'Value' attribute.static SequenceRuleNames
Returns the enum constant of this class with the specified name.static SequenceRuleNames[]
SequenceRuleNames.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 SequenceRuleNamesModifier and TypeMethodDescriptionvoid
SequenceRuleType.setValue
(SequenceRuleNames value) Sets the value of the 'Value
' attribute. -
Uses of SequenceRuleNames in net.opengis.gml311.impl
Fields in net.opengis.gml311.impl declared as SequenceRuleNamesModifier and TypeFieldDescriptionprotected SequenceRuleNames
SequenceRuleTypeImpl.value
The cached value of the 'Value
' attribute.protected static final SequenceRuleNames
SequenceRuleTypeImpl.VALUE_EDEFAULT
The default value of the 'Value
' attribute.Methods in net.opengis.gml311.impl that return SequenceRuleNamesModifier and TypeMethodDescriptionGml311FactoryImpl.createSequenceRuleNamesFromString
(EDataType eDataType, String initialValue) Gml311FactoryImpl.createSequenceRuleNamesObjectFromString
(EDataType eDataType, String initialValue) SequenceRuleTypeImpl.getValue()
Methods in net.opengis.gml311.impl with parameters of type SequenceRuleNames -
Uses of SequenceRuleNames in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type SequenceRuleNamesModifier and TypeMethodDescriptionboolean
Gml311Validator.validateSequenceRuleNames
(SequenceRuleNames sequenceRuleNames, DiagnosticChain diagnostics, Map<Object, Object> context) boolean
Gml311Validator.validateSequenceRuleNamesObject
(SequenceRuleNames sequenceRuleNamesObject, DiagnosticChain diagnostics, Map<Object, Object> context)