Uses of Interface
net.opengis.wps20.BodyReferenceType
- 
Packages that use BodyReferenceType Package Description net.opengis.wps20 net.opengis.wps20.impl net.opengis.wps20.util 
- 
- 
Uses of BodyReferenceType in net.opengis.wps20Methods in net.opengis.wps20 that return BodyReferenceType Modifier and Type Method Description BodyReferenceTypeWps20Factory. createBodyReferenceType()Returns a new object of class 'Body Reference Type'.BodyReferenceTypeReferenceType. getBodyReference()Returns the value of the 'Body Reference' containment reference.Methods in net.opengis.wps20 with parameters of type BodyReferenceType Modifier and Type Method Description voidReferenceType. setBodyReference(BodyReferenceType value)Sets the value of the 'Body Reference' containment reference.
- 
Uses of BodyReferenceType in net.opengis.wps20.implClasses in net.opengis.wps20.impl that implement BodyReferenceType Modifier and Type Class Description classBodyReferenceTypeImplAn implementation of the model object 'Body Reference Type'.Fields in net.opengis.wps20.impl declared as BodyReferenceType Modifier and Type Field Description protected BodyReferenceTypeReferenceTypeImpl. bodyReferenceThe cached value of the 'Body Reference' containment reference.Methods in net.opengis.wps20.impl that return BodyReferenceType Modifier and Type Method Description BodyReferenceTypeWps20FactoryImpl. createBodyReferenceType()BodyReferenceTypeReferenceTypeImpl. getBodyReference()Methods in net.opengis.wps20.impl with parameters of type BodyReferenceType Modifier and Type Method Description NotificationChainReferenceTypeImpl. basicSetBodyReference(BodyReferenceType newBodyReference, NotificationChain msgs)voidReferenceTypeImpl. setBodyReference(BodyReferenceType newBodyReference)
- 
Uses of BodyReferenceType in net.opengis.wps20.utilMethods in net.opengis.wps20.util with parameters of type BodyReferenceType Modifier and Type Method Description TWps20Switch. caseBodyReferenceType(BodyReferenceType object)Returns the result of interpreting the object as an instance of 'Body Reference Type'.booleanWps20Validator. validateBodyReferenceType(BodyReferenceType bodyReferenceType, DiagnosticChain diagnostics, Map<Object,Object> context)
 
-