public interface OperationType
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
static commonj.sdo.Type |
MULTIPART_TYPE
Used to indicate a Multipart type.
|
Modifier and Type | Method and Description |
---|---|
commonj.sdo.Type |
getExceptionType(java.lang.String uri,
java.lang.String name)
Returns an SDO type describing the named exception type.
|
java.util.List |
getExceptionTypes()
Returns the list of SDO types describing the exceptions that can be thrown by the operation.
|
commonj.sdo.Type |
getInputType()
Returns the SDO type describing the operation input type.
|
java.lang.String |
getName()
Returns the operation name.
|
commonj.sdo.Type |
getOutputType()
Returns the SDO type describing the operation output type.
|
boolean |
isWrapperType(commonj.sdo.Type type)
Returns true if the given type represents a wrapper for the parameters to the operation.
|
static final java.lang.String COPYRIGHT
static final commonj.sdo.Type MULTIPART_TYPE
java.lang.String getName()
commonj.sdo.Type getInputType()
commonj.sdo.Type getOutputType()
java.util.List getExceptionTypes()
commonj.sdo.Type getExceptionType(java.lang.String uri, java.lang.String name)
uri
- The namespace URI of the exception type.name
- The name of the exception type.boolean isWrapperType(commonj.sdo.Type type)
type
- The SDO type.