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 TypeMethodDescriptionvoidAbstractGMLType.setDescription(StringOrRefType value) Sets the value of the 'Description' containment reference.voidDocumentRoot.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 TypeClassDescriptionclassAn implementation of the model object 'String Or Ref Type'.Fields in net.opengis.gml.impl declared as StringOrRefTypeModifier and TypeFieldDescriptionprotected StringOrRefTypeAbstractGMLTypeImpl.descriptionThe 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 TypeMethodDescriptionNotificationChainAbstractGMLTypeImpl.basicSetDescription(StringOrRefType newDescription, NotificationChain msgs) NotificationChainDocumentRootImpl.basicSetDescription(StringOrRefType newDescription, NotificationChain msgs) voidAbstractGMLTypeImpl.setDescription(StringOrRefType newDescription) voidDocumentRootImpl.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'.booleanGmlValidator.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 TypeMethodDescriptionbooleanAbstractGMLTypeValidator.validateDescription(StringOrRefType value) booleanDocumentRootValidator.validateDescription(StringOrRefType value)