Uses of Class
net.opengis.gml311.LineTypeType
-
Packages that use LineTypeType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of LineTypeType in net.opengis.gml311
Fields in net.opengis.gml311 with type parameters of type LineTypeType Modifier and Type Field Description static List<LineTypeType>
LineTypeType. VALUES
A public read-only list of all the 'Line Type Type' enumerators.Methods in net.opengis.gml311 that return LineTypeType Modifier and Type Method Description static LineTypeType
LineTypeType. get(int value)
Returns the 'Line Type Type' literal with the specified integer value.static LineTypeType
LineTypeType. get(String literal)
Returns the 'Line Type Type' literal with the specified literal value.static LineTypeType
LineTypeType. getByName(String name)
Returns the 'Line Type Type' literal with the specified name.LineTypeType
GraphStyleType. getLineType()
Returns the value of the 'Line Type' attribute.static LineTypeType
LineTypeType. valueOf(String name)
Returns the enum constant of this type with the specified name.static LineTypeType[]
LineTypeType. 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 LineTypeType Modifier and Type Method Description void
GraphStyleType. setLineType(LineTypeType value)
Sets the value of the 'Line Type
' attribute. -
Uses of LineTypeType in net.opengis.gml311.impl
Fields in net.opengis.gml311.impl declared as LineTypeType Modifier and Type Field Description protected static LineTypeType
GraphStyleTypeImpl. LINE_TYPE_EDEFAULT
The default value of the 'Line Type
' attribute.protected LineTypeType
GraphStyleTypeImpl. lineType
The cached value of the 'Line Type
' attribute.Methods in net.opengis.gml311.impl that return LineTypeType Modifier and Type Method Description LineTypeType
Gml311FactoryImpl. createLineTypeTypeFromString(EDataType eDataType, String initialValue)
LineTypeType
Gml311FactoryImpl. createLineTypeTypeObjectFromString(EDataType eDataType, String initialValue)
LineTypeType
GraphStyleTypeImpl. getLineType()
Methods in net.opengis.gml311.impl with parameters of type LineTypeType Modifier and Type Method Description void
GraphStyleTypeImpl. setLineType(LineTypeType newLineType)
-
Uses of LineTypeType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type LineTypeType Modifier and Type Method Description boolean
Gml311Validator. validateLineTypeType(LineTypeType lineTypeType, DiagnosticChain diagnostics, Map<Object,Object> context)
boolean
Gml311Validator. validateLineTypeTypeObject(LineTypeType lineTypeTypeObject, DiagnosticChain diagnostics, Map<Object,Object> context)
-