Uses of Enum Class
net.opengis.gml311.LineTypeType
Packages that use LineTypeType
-
Uses of LineTypeType in net.opengis.gml311
Fields in net.opengis.gml311 with type parameters of type LineTypeTypeModifier and TypeFieldDescriptionstatic final List<LineTypeType>
LineTypeType.VALUES
A public read-only list of all the 'Line Type Type' enumerators.Methods in net.opengis.gml311 that return LineTypeTypeModifier and TypeMethodDescriptionstatic LineTypeType
LineTypeType.get
(int value) Returns the 'Line Type Type' literal with the specified integer value.static LineTypeType
Returns the 'Line Type Type' literal with the specified literal value.static LineTypeType
Returns the 'Line Type Type' literal with the specified name.GraphStyleType.getLineType()
Returns the value of the 'Line Type' attribute.static LineTypeType
Returns the enum constant of this class with the specified name.static LineTypeType[]
LineTypeType.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 LineTypeTypeModifier and TypeMethodDescriptionvoid
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 LineTypeTypeModifier and TypeFieldDescriptionprotected static final 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 LineTypeTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createLineTypeTypeFromString
(EDataType eDataType, String initialValue) Gml311FactoryImpl.createLineTypeTypeObjectFromString
(EDataType eDataType, String initialValue) GraphStyleTypeImpl.getLineType()
Methods in net.opengis.gml311.impl with parameters of type LineTypeType -
Uses of LineTypeType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type LineTypeTypeModifier and TypeMethodDescriptionboolean
Gml311Validator.validateLineTypeType
(LineTypeType lineTypeType, DiagnosticChain diagnostics, Map<Object, Object> context) boolean
Gml311Validator.validateLineTypeTypeObject
(LineTypeType lineTypeTypeObject, DiagnosticChain diagnostics, Map<Object, Object> context)