Uses of Enum Class
net.opengis.gml311.GraphTypeType
Packages that use GraphTypeType
-
Uses of GraphTypeType in net.opengis.gml311
Fields in net.opengis.gml311 with type parameters of type GraphTypeTypeModifier and TypeFieldDescriptionstatic final List<GraphTypeType>
GraphTypeType.VALUES
A public read-only list of all the 'Graph Type Type' enumerators.Methods in net.opengis.gml311 that return GraphTypeTypeModifier and TypeMethodDescriptionstatic GraphTypeType
GraphTypeType.get
(int value) Returns the 'Graph Type Type' literal with the specified integer value.static GraphTypeType
Returns the 'Graph Type Type' literal with the specified literal value.static GraphTypeType
Returns the 'Graph Type Type' literal with the specified name.GraphStyleType.getGraphType()
Returns the value of the 'Graph Type' attribute.static GraphTypeType
Returns the enum constant of this class with the specified name.static GraphTypeType[]
GraphTypeType.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 GraphTypeTypeModifier and TypeMethodDescriptionvoid
GraphStyleType.setGraphType
(GraphTypeType value) Sets the value of the 'Graph Type
' attribute. -
Uses of GraphTypeType in net.opengis.gml311.impl
Fields in net.opengis.gml311.impl declared as GraphTypeTypeModifier and TypeFieldDescriptionprotected static final GraphTypeType
GraphStyleTypeImpl.GRAPH_TYPE_EDEFAULT
The default value of the 'Graph Type
' attribute.protected GraphTypeType
GraphStyleTypeImpl.graphType
The cached value of the 'Graph Type
' attribute.Methods in net.opengis.gml311.impl that return GraphTypeTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createGraphTypeTypeFromString
(EDataType eDataType, String initialValue) Gml311FactoryImpl.createGraphTypeTypeObjectFromString
(EDataType eDataType, String initialValue) GraphStyleTypeImpl.getGraphType()
Methods in net.opengis.gml311.impl with parameters of type GraphTypeTypeModifier and TypeMethodDescriptionvoid
GraphStyleTypeImpl.setGraphType
(GraphTypeType newGraphType) -
Uses of GraphTypeType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type GraphTypeTypeModifier and TypeMethodDescriptionboolean
Gml311Validator.validateGraphTypeType
(GraphTypeType graphTypeType, DiagnosticChain diagnostics, Map<Object, Object> context) boolean
Gml311Validator.validateGraphTypeTypeObject
(GraphTypeType graphTypeTypeObject, DiagnosticChain diagnostics, Map<Object, Object> context)