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. VALUESA 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 SequenceRuleNamesSequenceRuleNames. get(int value)Returns the 'Sequence Rule Names' literal with the specified integer value.static SequenceRuleNamesSequenceRuleNames. get(String literal)Returns the 'Sequence Rule Names' literal with the specified literal value.static SequenceRuleNamesSequenceRuleNames. getByName(String name)Returns the 'Sequence Rule Names' literal with the specified name.SequenceRuleNamesSequenceRuleType. getValue()Returns the value of the 'Value' attribute.static SequenceRuleNamesSequenceRuleNames. 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 voidSequenceRuleType. 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 SequenceRuleNamesSequenceRuleTypeImpl. valueThe cached value of the 'Value' attribute.protected static SequenceRuleNamesSequenceRuleTypeImpl. VALUE_EDEFAULTThe default value of the 'Value' attribute.Methods in net.opengis.gml311.impl that return SequenceRuleNames Modifier and Type Method Description SequenceRuleNamesGml311FactoryImpl. createSequenceRuleNamesFromString(EDataType eDataType, String initialValue)SequenceRuleNamesGml311FactoryImpl. createSequenceRuleNamesObjectFromString(EDataType eDataType, String initialValue)SequenceRuleNamesSequenceRuleTypeImpl. getValue()Methods in net.opengis.gml311.impl with parameters of type SequenceRuleNames Modifier and Type Method Description voidSequenceRuleTypeImpl. 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 booleanGml311Validator. validateSequenceRuleNames(SequenceRuleNames sequenceRuleNames, DiagnosticChain diagnostics, Map<Object,Object> context)booleanGml311Validator. validateSequenceRuleNamesObject(SequenceRuleNames sequenceRuleNamesObject, DiagnosticChain diagnostics, Map<Object,Object> context)
-