Uses of Interface
net.opengis.wps20.FormatType
- 
Packages that use FormatType Package Description net.opengis.wps20 net.opengis.wps20.impl net.opengis.wps20.util 
- 
- 
Uses of FormatType in net.opengis.wps20Methods in net.opengis.wps20 that return FormatType Modifier and Type Method Description FormatTypeWps20Factory. createFormatType()Returns a new object of class 'Format Type'.FormatTypeDocumentRoot. getFormat()Returns the value of the 'Format' containment reference.Methods in net.opengis.wps20 that return types with arguments of type FormatType Modifier and Type Method Description EList<FormatType>DataDescriptionType. getFormat()Returns the value of the 'Format' containment reference list.Methods in net.opengis.wps20 with parameters of type FormatType Modifier and Type Method Description voidDocumentRoot. setFormat(FormatType value)Sets the value of the 'Format' containment reference.
- 
Uses of FormatType in net.opengis.wps20.implClasses in net.opengis.wps20.impl that implement FormatType Modifier and Type Class Description classFormatTypeImplAn implementation of the model object 'Format Type'.Fields in net.opengis.wps20.impl with type parameters of type FormatType Modifier and Type Field Description protected EList<FormatType>DataDescriptionTypeImpl. formatThe cached value of the 'Format' containment reference list.Methods in net.opengis.wps20.impl that return FormatType Modifier and Type Method Description FormatTypeWps20FactoryImpl. createFormatType()FormatTypeDocumentRootImpl. getFormat()Methods in net.opengis.wps20.impl that return types with arguments of type FormatType Modifier and Type Method Description EList<FormatType>DataDescriptionTypeImpl. getFormat()Methods in net.opengis.wps20.impl with parameters of type FormatType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetFormat(FormatType newFormat, NotificationChain msgs)voidDocumentRootImpl. setFormat(FormatType newFormat)
- 
Uses of FormatType in net.opengis.wps20.utilMethods in net.opengis.wps20.util with parameters of type FormatType Modifier and Type Method Description TWps20Switch. caseFormatType(FormatType object)Returns the result of interpreting the object as an instance of 'Format Type'.booleanWps20Validator. validateFormatType(FormatType formatType, DiagnosticChain diagnostics, Map<Object,Object> context)
 
-