Uses of Enum Class
net.opengis.gml311.CompassPointEnumeration
Packages that use CompassPointEnumeration
- 
Uses of CompassPointEnumeration in net.opengis.gml311Fields in net.opengis.gml311 with type parameters of type CompassPointEnumerationModifier and TypeFieldDescriptionstatic final List<CompassPointEnumeration>CompassPointEnumeration.VALUESA public read-only list of all the 'Compass Point Enumeration' enumerators.Methods in net.opengis.gml311 that return CompassPointEnumerationModifier and TypeMethodDescriptionstatic CompassPointEnumerationCompassPointEnumeration.get(int value) Returns the 'Compass Point Enumeration' literal with the specified integer value.static CompassPointEnumerationReturns the 'Compass Point Enumeration' literal with the specified literal value.static CompassPointEnumerationReturns the 'Compass Point Enumeration' literal with the specified name.DirectionPropertyType.getCompassPoint()Returns the value of the 'Compass Point' attribute.DocumentRoot.getCompassPoint()Returns the value of the 'Compass Point' attribute.static CompassPointEnumerationReturns the enum constant of this class with the specified name.static CompassPointEnumeration[]CompassPointEnumeration.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 CompassPointEnumerationModifier and TypeMethodDescriptionvoidDirectionPropertyType.setCompassPoint(CompassPointEnumeration value) Sets the value of the 'Compass Point' attribute.voidDocumentRoot.setCompassPoint(CompassPointEnumeration value) Sets the value of the 'Compass Point' attribute.
- 
Uses of CompassPointEnumeration in net.opengis.gml311.implFields in net.opengis.gml311.impl declared as CompassPointEnumerationModifier and TypeFieldDescriptionprotected static final CompassPointEnumerationDirectionPropertyTypeImpl.COMPASS_POINT_EDEFAULTThe default value of the 'Compass Point' attribute.protected static final CompassPointEnumerationDocumentRootImpl.COMPASS_POINT_EDEFAULTThe default value of the 'Compass Point' attribute.protected CompassPointEnumerationDirectionPropertyTypeImpl.compassPointThe cached value of the 'Compass Point' attribute.Methods in net.opengis.gml311.impl that return CompassPointEnumerationModifier and TypeMethodDescriptionGml311FactoryImpl.createCompassPointEnumerationFromString(EDataType eDataType, String initialValue) Gml311FactoryImpl.createCompassPointEnumerationObjectFromString(EDataType eDataType, String initialValue) DirectionPropertyTypeImpl.getCompassPoint()DocumentRootImpl.getCompassPoint()Methods in net.opengis.gml311.impl with parameters of type CompassPointEnumerationModifier and TypeMethodDescriptionvoidDirectionPropertyTypeImpl.setCompassPoint(CompassPointEnumeration newCompassPoint) voidDocumentRootImpl.setCompassPoint(CompassPointEnumeration newCompassPoint) 
- 
Uses of CompassPointEnumeration in net.opengis.gml311.utilMethods in net.opengis.gml311.util with parameters of type CompassPointEnumerationModifier and TypeMethodDescriptionbooleanGml311Validator.validateCompassPointEnumeration(CompassPointEnumeration compassPointEnumeration, DiagnosticChain diagnostics, Map<Object, Object> context) booleanGml311Validator.validateCompassPointEnumerationObject(CompassPointEnumeration compassPointEnumerationObject, DiagnosticChain diagnostics, Map<Object, Object> context)