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.VALUESA public read-only list of all the 'Sequence Rule Names' enumerators.Methods in net.opengis.gml311 that return SequenceRuleNamesModifier and TypeMethodDescriptionstatic SequenceRuleNamesSequenceRuleNames.get(int value) Returns the 'Sequence Rule Names' literal with the specified integer value.static SequenceRuleNamesReturns the 'Sequence Rule Names' literal with the specified literal value.static SequenceRuleNamesReturns the 'Sequence Rule Names' literal with the specified name.SequenceRuleType.getValue()Returns the value of the 'Value' attribute.static SequenceRuleNamesReturns 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 TypeMethodDescriptionvoidSequenceRuleType.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 SequenceRuleNamesSequenceRuleTypeImpl.valueThe cached value of the 'Value' attribute.protected static final SequenceRuleNamesSequenceRuleTypeImpl.VALUE_EDEFAULTThe 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 TypeMethodDescriptionbooleanGml311Validator.validateSequenceRuleNames(SequenceRuleNames sequenceRuleNames, DiagnosticChain diagnostics, Map<Object, Object> context) booleanGml311Validator.validateSequenceRuleNamesObject(SequenceRuleNames sequenceRuleNamesObject, DiagnosticChain diagnostics, Map<Object, Object> context)