Uses of Class
net.opengis.gml311.SequenceRuleNames
-
Packages that use SequenceRuleNames Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of SequenceRuleNames in net.opengis.gml311
Fields in net.opengis.gml311 with type parameters of type SequenceRuleNames Modifier and Type Field Description static List<SequenceRuleNames>
SequenceRuleNames. VALUES
A public read-only list of all the 'Sequence Rule Names' enumerators.Methods in net.opengis.gml311 that return SequenceRuleNames Modifier and Type Method Description static SequenceRuleNames
SequenceRuleNames. get(int value)
Returns the 'Sequence Rule Names' literal with the specified integer value.static SequenceRuleNames
SequenceRuleNames. get(String literal)
Returns the 'Sequence Rule Names' literal with the specified literal value.static SequenceRuleNames
SequenceRuleNames. getByName(String name)
Returns the 'Sequence Rule Names' literal with the specified name.SequenceRuleNames
SequenceRuleType. getValue()
Returns the value of the 'Value' attribute.static SequenceRuleNames
SequenceRuleNames. valueOf(String name)
Returns the enum constant of this type with the specified name.static SequenceRuleNames[]
SequenceRuleNames. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.opengis.gml311 with parameters of type SequenceRuleNames Modifier and Type Method Description void
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 SequenceRuleNames Modifier and Type Field Description protected SequenceRuleNames
SequenceRuleTypeImpl. value
The cached value of the 'Value
' attribute.protected static SequenceRuleNames
SequenceRuleTypeImpl. VALUE_EDEFAULT
The default value of the 'Value
' attribute.Methods in net.opengis.gml311.impl that return SequenceRuleNames Modifier and Type Method Description SequenceRuleNames
Gml311FactoryImpl. createSequenceRuleNamesFromString(EDataType eDataType, String initialValue)
SequenceRuleNames
Gml311FactoryImpl. createSequenceRuleNamesObjectFromString(EDataType eDataType, String initialValue)
SequenceRuleNames
SequenceRuleTypeImpl. getValue()
Methods in net.opengis.gml311.impl with parameters of type SequenceRuleNames Modifier and Type Method Description void
SequenceRuleTypeImpl. setValue(SequenceRuleNames newValue)
-
Uses of SequenceRuleNames in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type SequenceRuleNames Modifier and Type Method Description boolean
Gml311Validator. validateSequenceRuleNames(SequenceRuleNames sequenceRuleNames, DiagnosticChain diagnostics, Map<Object,Object> context)
boolean
Gml311Validator. validateSequenceRuleNamesObject(SequenceRuleNames sequenceRuleNamesObject, DiagnosticChain diagnostics, Map<Object,Object> context)
-