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.wps20
Methods in net.opengis.wps20 that return FormatType Modifier and Type Method Description FormatType
Wps20Factory. createFormatType()
Returns a new object of class 'Format Type'.FormatType
DocumentRoot. 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 void
DocumentRoot. setFormat(FormatType value)
Sets the value of the 'Format
' containment reference. -
Uses of FormatType in net.opengis.wps20.impl
Classes in net.opengis.wps20.impl that implement FormatType Modifier and Type Class Description class
FormatTypeImpl
An 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. format
The cached value of the 'Format
' containment reference list.Methods in net.opengis.wps20.impl that return FormatType Modifier and Type Method Description FormatType
Wps20FactoryImpl. createFormatType()
FormatType
DocumentRootImpl. 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 NotificationChain
DocumentRootImpl. basicSetFormat(FormatType newFormat, NotificationChain msgs)
void
DocumentRootImpl. setFormat(FormatType newFormat)
-
Uses of FormatType in net.opengis.wps20.util
Methods in net.opengis.wps20.util with parameters of type FormatType Modifier and Type Method Description T
Wps20Switch. caseFormatType(FormatType object)
Returns the result of interpreting the object as an instance of 'Format Type'.boolean
Wps20Validator. validateFormatType(FormatType formatType, DiagnosticChain diagnostics, Map<Object,Object> context)
-