Uses of Interface
net.opengis.wps20.ReferenceType
Packages that use ReferenceType
-
Uses of ReferenceType in net.opengis.wps20
Methods in net.opengis.wps20 that return ReferenceTypeModifier and TypeMethodDescriptionWps20Factory.createReferenceType()Returns a new object of class 'Reference Type'.DataInputType.getReference()Returns the value of the 'Reference' containment reference.DataOutputType.getReference()Returns the value of the 'Reference' containment reference.DocumentRoot.getReference()Returns the value of the 'Reference' containment reference.Methods in net.opengis.wps20 with parameters of type ReferenceTypeModifier and TypeMethodDescriptionvoidDataInputType.setReference(ReferenceType value) Sets the value of the 'Reference' containment reference.voidDataOutputType.setReference(ReferenceType value) Sets the value of the 'Reference' containment reference.voidDocumentRoot.setReference(ReferenceType value) Sets the value of the 'Reference' containment reference. -
Uses of ReferenceType in net.opengis.wps20.impl
Classes in net.opengis.wps20.impl that implement ReferenceTypeModifier and TypeClassDescriptionclassAn implementation of the model object 'Reference Type'.Fields in net.opengis.wps20.impl declared as ReferenceTypeModifier and TypeFieldDescriptionprotected ReferenceTypeDataInputTypeImpl.referenceThe cached value of the 'Reference' containment reference.protected ReferenceTypeDataOutputTypeImpl.referenceThe cached value of the 'Reference' containment reference.Methods in net.opengis.wps20.impl that return ReferenceTypeModifier and TypeMethodDescriptionWps20FactoryImpl.createReferenceType()DataInputTypeImpl.getReference()DataOutputTypeImpl.getReference()DocumentRootImpl.getReference()Methods in net.opengis.wps20.impl with parameters of type ReferenceTypeModifier and TypeMethodDescriptionNotificationChainDataInputTypeImpl.basicSetReference(ReferenceType newReference, NotificationChain msgs) NotificationChainDataOutputTypeImpl.basicSetReference(ReferenceType newReference, NotificationChain msgs) NotificationChainDocumentRootImpl.basicSetReference(ReferenceType newReference, NotificationChain msgs) voidDataInputTypeImpl.setReference(ReferenceType newReference) voidDataOutputTypeImpl.setReference(ReferenceType newReference) voidDocumentRootImpl.setReference(ReferenceType newReference) -
Uses of ReferenceType in net.opengis.wps20.util
Methods in net.opengis.wps20.util with parameters of type ReferenceTypeModifier and TypeMethodDescriptionWps20Switch.caseReferenceType(ReferenceType object) Returns the result of interpreting the object as an instance of 'Reference Type'.booleanWps20Validator.validateReferenceType(ReferenceType referenceType, DiagnosticChain diagnostics, Map<Object, Object> context)