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. VALUESA 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 LineTypeTypeLineTypeType. get(int value)Returns the 'Line Type Type' literal with the specified integer value.static LineTypeTypeLineTypeType. get(String literal)Returns the 'Line Type Type' literal with the specified literal value.static LineTypeTypeLineTypeType. getByName(String name)Returns the 'Line Type Type' literal with the specified name.LineTypeTypeGraphStyleType. getLineType()Returns the value of the 'Line Type' attribute.static LineTypeTypeLineTypeType. 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 voidGraphStyleType. 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 LineTypeTypeGraphStyleTypeImpl. LINE_TYPE_EDEFAULTThe default value of the 'Line Type' attribute.protected LineTypeTypeGraphStyleTypeImpl. lineTypeThe cached value of the 'Line Type' attribute.Methods in net.opengis.gml311.impl that return LineTypeType Modifier and Type Method Description LineTypeTypeGml311FactoryImpl. createLineTypeTypeFromString(EDataType eDataType, String initialValue)LineTypeTypeGml311FactoryImpl. createLineTypeTypeObjectFromString(EDataType eDataType, String initialValue)LineTypeTypeGraphStyleTypeImpl. getLineType()Methods in net.opengis.gml311.impl with parameters of type LineTypeType Modifier and Type Method Description voidGraphStyleTypeImpl. 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 booleanGml311Validator. validateLineTypeType(LineTypeType lineTypeType, DiagnosticChain diagnostics, Map<Object,Object> context)booleanGml311Validator. validateLineTypeTypeObject(LineTypeType lineTypeTypeObject, DiagnosticChain diagnostics, Map<Object,Object> context)
-