Uses of Enum Class
net.opengis.gml311.DrawingTypeType
Packages that use DrawingTypeType
-
Uses of DrawingTypeType in net.opengis.gml311
Fields in net.opengis.gml311 with type parameters of type DrawingTypeTypeModifier and TypeFieldDescriptionstatic final List<DrawingTypeType>
DrawingTypeType.VALUES
A public read-only list of all the 'Drawing Type Type' enumerators.Methods in net.opengis.gml311 that return DrawingTypeTypeModifier and TypeMethodDescriptionstatic DrawingTypeType
DrawingTypeType.get
(int value) Returns the 'Drawing Type Type' literal with the specified integer value.static DrawingTypeType
Returns the 'Drawing Type Type' literal with the specified literal value.static DrawingTypeType
Returns the 'Drawing Type Type' literal with the specified name.GraphStyleType.getDrawingType()
Returns the value of the 'Drawing Type' attribute.static DrawingTypeType
Returns the enum constant of this class with the specified name.static DrawingTypeType[]
DrawingTypeType.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 DrawingTypeTypeModifier and TypeMethodDescriptionvoid
GraphStyleType.setDrawingType
(DrawingTypeType value) Sets the value of the 'Drawing Type
' attribute. -
Uses of DrawingTypeType in net.opengis.gml311.impl
Fields in net.opengis.gml311.impl declared as DrawingTypeTypeModifier and TypeFieldDescriptionprotected static final DrawingTypeType
GraphStyleTypeImpl.DRAWING_TYPE_EDEFAULT
The default value of the 'Drawing Type
' attribute.protected DrawingTypeType
GraphStyleTypeImpl.drawingType
The cached value of the 'Drawing Type
' attribute.Methods in net.opengis.gml311.impl that return DrawingTypeTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createDrawingTypeTypeFromString
(EDataType eDataType, String initialValue) Gml311FactoryImpl.createDrawingTypeTypeObjectFromString
(EDataType eDataType, String initialValue) GraphStyleTypeImpl.getDrawingType()
Methods in net.opengis.gml311.impl with parameters of type DrawingTypeTypeModifier and TypeMethodDescriptionvoid
GraphStyleTypeImpl.setDrawingType
(DrawingTypeType newDrawingType) -
Uses of DrawingTypeType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type DrawingTypeTypeModifier and TypeMethodDescriptionboolean
Gml311Validator.validateDrawingTypeType
(DrawingTypeType drawingTypeType, DiagnosticChain diagnostics, Map<Object, Object> context) boolean
Gml311Validator.validateDrawingTypeTypeObject
(DrawingTypeType drawingTypeTypeObject, DiagnosticChain diagnostics, Map<Object, Object> context)