public interface InterfaceType
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Returns the interface name.
|
OperationType |
getOperationType(java.lang.String name)
Returns an OperationType object representing the named operation.
|
java.util.List |
getOperationTypes()
Returns a list of OperationType objects representing the operations on the interface.
|
java.lang.String |
getURI()
Returns the interface namespace URI.
|
static final java.lang.String COPYRIGHT
java.lang.String getName()
java.lang.String getURI()
java.util.List getOperationTypes()
OperationType getOperationType(java.lang.String name)
name
-