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. VALUESA 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 GraphTypeTypeGraphTypeType. get(int value)Returns the 'Graph Type Type' literal with the specified integer value.static GraphTypeTypeGraphTypeType. get(String literal)Returns the 'Graph Type Type' literal with the specified literal value.static GraphTypeTypeGraphTypeType. getByName(String name)Returns the 'Graph Type Type' literal with the specified name.GraphTypeTypeGraphStyleType. getGraphType()Returns the value of the 'Graph Type' attribute.static GraphTypeTypeGraphTypeType. 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 voidGraphStyleType. 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 GraphTypeTypeGraphStyleTypeImpl. GRAPH_TYPE_EDEFAULTThe default value of the 'Graph Type' attribute.protected GraphTypeTypeGraphStyleTypeImpl. graphTypeThe cached value of the 'Graph Type' attribute.Methods in net.opengis.gml311.impl that return GraphTypeType Modifier and Type Method Description GraphTypeTypeGml311FactoryImpl. createGraphTypeTypeFromString(EDataType eDataType, String initialValue)GraphTypeTypeGml311FactoryImpl. createGraphTypeTypeObjectFromString(EDataType eDataType, String initialValue)GraphTypeTypeGraphStyleTypeImpl. getGraphType()Methods in net.opengis.gml311.impl with parameters of type GraphTypeType Modifier and Type Method Description voidGraphStyleTypeImpl. 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 booleanGml311Validator. validateGraphTypeType(GraphTypeType graphTypeType, DiagnosticChain diagnostics, Map<Object,Object> context)booleanGml311Validator. validateGraphTypeTypeObject(GraphTypeType graphTypeTypeObject, DiagnosticChain diagnostics, Map<Object,Object> context)
-