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 StringOrRefTypeGmlFactory. createStringOrRefType()Returns a new object of class 'String Or Ref Type'.StringOrRefTypeAbstractGMLType. getDescription()Returns the value of the 'Description' containment reference.StringOrRefTypeDocumentRoot. getDescription()Returns the value of the 'Description' containment reference.Methods in net.opengis.gml with parameters of type StringOrRefType Modifier and Type Method Description voidAbstractGMLType. 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 StringOrRefType Modifier and Type Class Description classStringOrRefTypeImplAn implementation of the model object 'String Or Ref Type'.Fields in net.opengis.gml.impl declared as StringOrRefType Modifier and Type Field Description protected StringOrRefTypeAbstractGMLTypeImpl. descriptionThe cached value of the 'Description' containment reference.Methods in net.opengis.gml.impl that return StringOrRefType Modifier and Type Method Description StringOrRefTypeGmlFactoryImpl. createStringOrRefType()StringOrRefTypeAbstractGMLTypeImpl. getDescription()StringOrRefTypeDocumentRootImpl. getDescription()Methods in net.opengis.gml.impl with parameters of type StringOrRefType Modifier and Type Method Description NotificationChainAbstractGMLTypeImpl. 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 StringOrRefType Modifier and Type Method Description ObjectGmlSwitch. 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 StringOrRefType Modifier and Type Method Description booleanAbstractGMLTypeValidator. validateDescription(StringOrRefType value)booleanDocumentRootValidator. validateDescription(StringOrRefType value)
-