Uses of Interface
net.opengis.wps10.BodyReferenceType
-
Packages that use BodyReferenceType Package Description net.opengis.wps10 net.opengis.wps10.impl net.opengis.wps10.util net.opengis.wps10.validation -
-
Uses of BodyReferenceType in net.opengis.wps10
Methods in net.opengis.wps10 that return BodyReferenceType Modifier and Type Method Description BodyReferenceTypeWps10Factory. createBodyReferenceType()Returns a new object of class 'Body Reference Type'.BodyReferenceTypeInputReferenceType. getBodyReference()Returns the value of the 'Body Reference' containment reference.Methods in net.opengis.wps10 with parameters of type BodyReferenceType Modifier and Type Method Description voidInputReferenceType. setBodyReference(BodyReferenceType value)Sets the value of the 'Body Reference' containment reference. -
Uses of BodyReferenceType in net.opengis.wps10.impl
Classes in net.opengis.wps10.impl that implement BodyReferenceType Modifier and Type Class Description classBodyReferenceTypeImplAn implementation of the model object 'Body Reference Type'.Fields in net.opengis.wps10.impl declared as BodyReferenceType Modifier and Type Field Description protected BodyReferenceTypeInputReferenceTypeImpl. bodyReferenceThe cached value of the 'Body Reference' containment reference.Methods in net.opengis.wps10.impl that return BodyReferenceType Modifier and Type Method Description BodyReferenceTypeWps10FactoryImpl. createBodyReferenceType()BodyReferenceTypeInputReferenceTypeImpl. getBodyReference()Methods in net.opengis.wps10.impl with parameters of type BodyReferenceType Modifier and Type Method Description NotificationChainInputReferenceTypeImpl. basicSetBodyReference(BodyReferenceType newBodyReference, NotificationChain msgs)voidInputReferenceTypeImpl. setBodyReference(BodyReferenceType newBodyReference) -
Uses of BodyReferenceType in net.opengis.wps10.util
Methods in net.opengis.wps10.util with parameters of type BodyReferenceType Modifier and Type Method Description ObjectWps10Switch. caseBodyReferenceType(BodyReferenceType object)Returns the result of interpreting the object as an instance of 'Body Reference Type'.booleanWps10Validator. validateBodyReferenceType(BodyReferenceType bodyReferenceType, DiagnosticChain diagnostics, Map context) -
Uses of BodyReferenceType in net.opengis.wps10.validation
Methods in net.opengis.wps10.validation with parameters of type BodyReferenceType Modifier and Type Method Description booleanInputReferenceTypeValidator. validateBodyReference(BodyReferenceType value)
-