Uses of Interface
net.opengis.wps20.ContentsType
Packages that use ContentsType
-
Uses of ContentsType in net.opengis.wps20
Methods in net.opengis.wps20 that return ContentsTypeModifier and TypeMethodDescriptionWps20Factory.createContentsType()
Returns a new object of class 'Contents Type'.DocumentRoot.getContents()
Returns the value of the 'Contents' containment reference.WPSCapabilitiesType.getContents()
Returns the value of the 'Contents' containment reference.Methods in net.opengis.wps20 with parameters of type ContentsTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setContents
(ContentsType value) Sets the value of the 'Contents
' containment reference.void
WPSCapabilitiesType.setContents
(ContentsType value) Sets the value of the 'Contents
' containment reference. -
Uses of ContentsType in net.opengis.wps20.impl
Classes in net.opengis.wps20.impl that implement ContentsTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Contents Type'.Fields in net.opengis.wps20.impl declared as ContentsTypeModifier and TypeFieldDescriptionprotected ContentsType
WPSCapabilitiesTypeImpl.contents
The cached value of the 'Contents
' containment reference.Methods in net.opengis.wps20.impl that return ContentsTypeModifier and TypeMethodDescriptionWps20FactoryImpl.createContentsType()
DocumentRootImpl.getContents()
WPSCapabilitiesTypeImpl.getContents()
Methods in net.opengis.wps20.impl with parameters of type ContentsTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetContents
(ContentsType newContents, NotificationChain msgs) NotificationChain
WPSCapabilitiesTypeImpl.basicSetContents
(ContentsType newContents, NotificationChain msgs) void
DocumentRootImpl.setContents
(ContentsType newContents) void
WPSCapabilitiesTypeImpl.setContents
(ContentsType newContents) -
Uses of ContentsType in net.opengis.wps20.util
Methods in net.opengis.wps20.util with parameters of type ContentsTypeModifier and TypeMethodDescriptionWps20Switch.caseContentsType
(ContentsType object) Returns the result of interpreting the object as an instance of 'Contents Type'.boolean
Wps20Validator.validateContentsType
(ContentsType contentsType, DiagnosticChain diagnostics, Map<Object, Object> context)