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 ContentsTypeWps20Factory. createContentsType()Returns a new object of class 'Contents Type'.ContentsTypeDocumentRoot. getContents()Returns the value of the 'Contents' containment reference.ContentsTypeWPSCapabilitiesType. getContents()Returns the value of the 'Contents' containment reference.Methods in net.opengis.wps20 with parameters of type ContentsType Modifier and Type Method Description voidDocumentRoot. setContents(ContentsType value)Sets the value of the 'Contents' containment reference.voidWPSCapabilitiesType. 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 classContentsTypeImplAn implementation of the model object 'Contents Type'.Fields in net.opengis.wps20.impl declared as ContentsType Modifier and Type Field Description protected ContentsTypeWPSCapabilitiesTypeImpl. contentsThe cached value of the 'Contents' containment reference.Methods in net.opengis.wps20.impl that return ContentsType Modifier and Type Method Description ContentsTypeWps20FactoryImpl. createContentsType()ContentsTypeDocumentRootImpl. getContents()ContentsTypeWPSCapabilitiesTypeImpl. getContents()Methods in net.opengis.wps20.impl with parameters of type ContentsType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetContents(ContentsType newContents, NotificationChain msgs)NotificationChainWPSCapabilitiesTypeImpl. basicSetContents(ContentsType newContents, NotificationChain msgs)voidDocumentRootImpl. setContents(ContentsType newContents)voidWPSCapabilitiesTypeImpl. 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 TWps20Switch. caseContentsType(ContentsType object)Returns the result of interpreting the object as an instance of 'Contents Type'.booleanWps20Validator. validateContentsType(ContentsType contentsType, DiagnosticChain diagnostics, Map<Object,Object> context)
-