Uses of Class
net.opengis.gml.GraphTypeType.Enum
-
Packages that use GraphTypeType.Enum Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of GraphTypeType.Enum in net.opengis.gml
Fields in net.opengis.gml declared as GraphTypeType.Enum Modifier and Type Field Description static GraphTypeType.EnumGraphTypeType. BICONNECTEDstatic GraphTypeType.EnumGraphTypeType. TREEMethods in net.opengis.gml that return GraphTypeType.Enum Modifier and Type Method Description static GraphTypeType.EnumGraphTypeType.Enum. forInt(int i)Returns the enum value corresponding to an int, or null if none.static GraphTypeType.EnumGraphTypeType.Enum. forString(String s)Returns the enum value for a string, or null if none.GraphTypeType.EnumGraphStyleType. getGraphType()Gets the "graphType" elementMethods in net.opengis.gml with parameters of type GraphTypeType.Enum Modifier and Type Method Description voidGraphStyleType. setGraphType(GraphTypeType.Enum graphType)Sets the "graphType" element -
Uses of GraphTypeType.Enum in net.opengis.gml.impl
Methods in net.opengis.gml.impl that return GraphTypeType.Enum Modifier and Type Method Description GraphTypeType.EnumGraphStyleTypeImpl. getGraphType()Gets the "graphType" elementMethods in net.opengis.gml.impl with parameters of type GraphTypeType.Enum Modifier and Type Method Description voidGraphStyleTypeImpl. setGraphType(GraphTypeType.Enum graphType)Sets the "graphType" element
-