com.ibm.websphere.sca.scdl
Interface InterfaceType
- public interface InterfaceType
Field Summary
Modifier and Type | Field and Description |
---|---|
|
COPYRIGHT
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getName()
Returns the interface name.
|
getOperationType(java.lang.String name)
Returns an OperationType object representing the named operation.
|
|
|
getOperationTypes()
Returns a list of OperationType objects representing the operations on the interface.
|
|
getURI()
Returns the interface namespace URI.
|
Field Detail
COPYRIGHT
- static final java.lang.String COPYRIGHT
See Also:
Method Detail
getName
- java.lang.String getName()
Returns the interface name.
Returns:
The name of the interface.
getURI
- java.lang.String getURI()
Returns the interface namespace URI.
Returns:
The namespace URI of the interface.
getOperationTypes
- java.util.List getOperationTypes( )
Returns a list of OperationType objects representing the operations on the interface.
Returns:
The list of OperationType objects representing the operations on the interface.
getOperationType
- OperationType getOperationType( java.lang.String name)
Returns an OperationType object representing the named operation.
Parameters:
name
- Returns:
The OperationType object representing the named operation.