public interface Reference
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
static java.lang.String |
MULTIPLICITY_0_N
Used to indicate a multiplicity of 0..n
|
static java.lang.String |
MULTIPLICITY_1_1
Used to indicate a multiplicity of 1..1
|
Modifier and Type | Method and Description |
---|---|
InterfaceType |
getInterfaceType(java.lang.String uri,
java.lang.String name)
Returns an InterfaceType object representing the named interface.
|
java.util.List |
getInterfaceTypes()
Returns a list of InterfaceType objects representing the interfaces declared on the reference.
|
java.lang.String |
getMultiplicity()
Returns the value of the multiplicity attribute.
|
java.lang.String |
getName()
Returns the reference name.
|
OperationType |
getOperationType(java.lang.String name)
Returns an OperationType object representing the named operation.
|
static final java.lang.String COPYRIGHT
static final java.lang.String MULTIPLICITY_1_1
static final java.lang.String MULTIPLICITY_0_N
java.lang.String getName()
java.util.List getInterfaceTypes()
InterfaceType getInterfaceType(java.lang.String uri, java.lang.String name)
OperationType getOperationType(java.lang.String name)
name
- The operation name.java.lang.String getMultiplicity()