Uses of Interface
net.opengis.wps20.ContentsType
-
Packages that use ContentsType Package Description net.opengis.wps20 net.opengis.wps20.impl net.opengis.wps20.util -
-
Uses of ContentsType in net.opengis.wps20
Methods in net.opengis.wps20 that return ContentsType Modifier and Type Method Description ContentsType
Wps20Factory. createContentsType()
Returns a new object of class 'Contents Type'.ContentsType
DocumentRoot. getContents()
Returns the value of the 'Contents' containment reference.ContentsType
WPSCapabilitiesType. getContents()
Returns the value of the 'Contents' containment reference.Methods in net.opengis.wps20 with parameters of type ContentsType Modifier and Type Method Description void
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 ContentsType Modifier and Type Class Description class
ContentsTypeImpl
An implementation of the model object 'Contents Type'.Fields in net.opengis.wps20.impl declared as ContentsType Modifier and Type Field Description protected ContentsType
WPSCapabilitiesTypeImpl. contents
The cached value of the 'Contents
' containment reference.Methods in net.opengis.wps20.impl that return ContentsType Modifier and Type Method Description ContentsType
Wps20FactoryImpl. createContentsType()
ContentsType
DocumentRootImpl. getContents()
ContentsType
WPSCapabilitiesTypeImpl. getContents()
Methods in net.opengis.wps20.impl with parameters of type ContentsType Modifier and Type Method Description NotificationChain
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 ContentsType Modifier and Type Method Description T
Wps20Switch. 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)
-