Uses of Interface
net.opengis.gml.StringOrRefType
Packages that use StringOrRefType
Package
Description
-
Uses of StringOrRefType in net.opengis.gml
Methods in net.opengis.gml that return StringOrRefTypeModifier and TypeMethodDescriptionGmlFactory.createStringOrRefType()
Returns a new object of class 'String Or Ref Type'.AbstractGMLType.getDescription()
Returns the value of the 'Description' containment reference.DocumentRoot.getDescription()
Returns the value of the 'Description' containment reference.Methods in net.opengis.gml with parameters of type StringOrRefTypeModifier and TypeMethodDescriptionvoid
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 StringOrRefTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'String Or Ref Type'.Fields in net.opengis.gml.impl declared as StringOrRefTypeModifier and TypeFieldDescriptionprotected StringOrRefType
AbstractGMLTypeImpl.description
The cached value of the 'Description
' containment reference.Methods in net.opengis.gml.impl that return StringOrRefTypeModifier and TypeMethodDescriptionGmlFactoryImpl.createStringOrRefType()
AbstractGMLTypeImpl.getDescription()
DocumentRootImpl.getDescription()
Methods in net.opengis.gml.impl with parameters of type StringOrRefTypeModifier and TypeMethodDescriptionNotificationChain
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 StringOrRefTypeModifier and TypeMethodDescriptionGmlSwitch.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 StringOrRefTypeModifier and TypeMethodDescriptionboolean
AbstractGMLTypeValidator.validateDescription
(StringOrRefType value) boolean
DocumentRootValidator.validateDescription
(StringOrRefType value)