Uses of Class
net.opengis.gml311.GraphTypeType
-
Packages that use GraphTypeType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of GraphTypeType in net.opengis.gml311
Fields in net.opengis.gml311 with type parameters of type GraphTypeType Modifier and Type Field Description static List<GraphTypeType>
GraphTypeType. VALUES
A public read-only list of all the 'Graph Type Type' enumerators.Methods in net.opengis.gml311 that return GraphTypeType Modifier and Type Method Description static GraphTypeType
GraphTypeType. get(int value)
Returns the 'Graph Type Type' literal with the specified integer value.static GraphTypeType
GraphTypeType. get(String literal)
Returns the 'Graph Type Type' literal with the specified literal value.static GraphTypeType
GraphTypeType. getByName(String name)
Returns the 'Graph Type Type' literal with the specified name.GraphTypeType
GraphStyleType. getGraphType()
Returns the value of the 'Graph Type' attribute.static GraphTypeType
GraphTypeType. valueOf(String name)
Returns the enum constant of this type with the specified name.static GraphTypeType[]
GraphTypeType. 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 GraphTypeType Modifier and Type Method Description void
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 GraphTypeType Modifier and Type Field Description protected static 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 GraphTypeType Modifier and Type Method Description GraphTypeType
Gml311FactoryImpl. createGraphTypeTypeFromString(EDataType eDataType, String initialValue)
GraphTypeType
Gml311FactoryImpl. createGraphTypeTypeObjectFromString(EDataType eDataType, String initialValue)
GraphTypeType
GraphStyleTypeImpl. getGraphType()
Methods in net.opengis.gml311.impl with parameters of type GraphTypeType Modifier and Type Method Description void
GraphStyleTypeImpl. setGraphType(GraphTypeType newGraphType)
-
Uses of GraphTypeType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type GraphTypeType Modifier and Type Method Description boolean
Gml311Validator. validateGraphTypeType(GraphTypeType graphTypeType, DiagnosticChain diagnostics, Map<Object,Object> context)
boolean
Gml311Validator. validateGraphTypeTypeObject(GraphTypeType graphTypeTypeObject, DiagnosticChain diagnostics, Map<Object,Object> context)
-