Uses of Interface
net.opengis.gml.StringOrRefType
-
Packages that use StringOrRefType Package Description net.opengis.gml net.opengis.gml.impl net.opengis.gml.util net.opengis.gml.validation -
-
Uses of StringOrRefType in net.opengis.gml
Methods in net.opengis.gml that return StringOrRefType Modifier and Type Method Description StringOrRefType
GmlFactory. createStringOrRefType()
Returns a new object of class 'String Or Ref Type'.StringOrRefType
AbstractGMLType. getDescription()
Returns the value of the 'Description' containment reference.StringOrRefType
DocumentRoot. getDescription()
Returns the value of the 'Description' containment reference.Methods in net.opengis.gml with parameters of type StringOrRefType Modifier and Type Method Description void
AbstractGMLType. setDescription(StringOrRefType value)
Sets the value of the 'Description
' containment reference.void
DocumentRoot. setDescription(StringOrRefType value)
Sets the value of the 'Description
' containment reference. -
Uses of StringOrRefType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement StringOrRefType Modifier and Type Class Description class
StringOrRefTypeImpl
An implementation of the model object 'String Or Ref Type'.Fields in net.opengis.gml.impl declared as StringOrRefType Modifier and Type Field Description protected StringOrRefType
AbstractGMLTypeImpl. description
The cached value of the 'Description
' containment reference.Methods in net.opengis.gml.impl that return StringOrRefType Modifier and Type Method Description StringOrRefType
GmlFactoryImpl. createStringOrRefType()
StringOrRefType
AbstractGMLTypeImpl. getDescription()
StringOrRefType
DocumentRootImpl. getDescription()
Methods in net.opengis.gml.impl with parameters of type StringOrRefType Modifier and Type Method Description NotificationChain
AbstractGMLTypeImpl. basicSetDescription(StringOrRefType newDescription, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetDescription(StringOrRefType newDescription, NotificationChain msgs)
void
AbstractGMLTypeImpl. setDescription(StringOrRefType newDescription)
void
DocumentRootImpl. setDescription(StringOrRefType newDescription)
-
Uses of StringOrRefType in net.opengis.gml.util
Methods in net.opengis.gml.util with parameters of type StringOrRefType Modifier and Type Method Description Object
GmlSwitch. caseStringOrRefType(StringOrRefType object)
Returns the result of interpreting the object as an instance of 'String Or Ref Type'.boolean
GmlValidator. validateStringOrRefType(StringOrRefType stringOrRefType, DiagnosticChain diagnostics, Map context)
-
Uses of StringOrRefType in net.opengis.gml.validation
Methods in net.opengis.gml.validation with parameters of type StringOrRefType Modifier and Type Method Description boolean
AbstractGMLTypeValidator. validateDescription(StringOrRefType value)
boolean
DocumentRootValidator. validateDescription(StringOrRefType value)
-