com.ibm.websphere.sca.scdl

Interface Reference


  1. public interface Reference
The Reference interface represents an SCDL service reference.

Field Summary

Modifier and Type Field and Description
  1. static
  2. java.lang.String
COPYRIGHT
  1. static
  2. java.lang.String
MULTIPLICITY_0_N
Used to indicate a multiplicity of 0..n
  1. static
  2. java.lang.String
MULTIPLICITY_1_1
Used to indicate a multiplicity of 1..1

Method Summary

Modifier and Type Method and Description
  1. InterfaceType
getInterfaceType(java.lang.String uri,java.lang.String name)
Returns an InterfaceType object representing the named interface.
  1. java.util.List
getInterfaceTypes()
Returns a list of InterfaceType objects representing the interfaces declared on the reference.
  1. java.lang.String
getMultiplicity()
Returns the value of the multiplicity attribute.
  1. java.lang.String
getName()
Returns the reference name.
  1. OperationType
getOperationType(java.lang.String name)
Returns an OperationType object representing the named operation.

Field Detail

  1. static final java.lang.String COPYRIGHT
See Also:

MULTIPLICITY_1_1

  1. static final java.lang.String MULTIPLICITY_1_1
Used to indicate a multiplicity of 1..1
See Also:

MULTIPLICITY_0_N

  1. static final java.lang.String MULTIPLICITY_0_N
Used to indicate a multiplicity of 0..n
See Also:

Method Detail

getName

  1. java.lang.String getName()
Returns the reference name.
Returns:
The reference name.

getInterfaceTypes

  1. java.util.List getInterfaceTypes( )
Returns a list of InterfaceType objects representing the interfaces declared on the reference.
Returns:
The SCA metadata object describing an interface.

getInterfaceType

  1. InterfaceType getInterfaceType( java.lang.String uri,
  2. java.lang.String name)
Returns an InterfaceType object representing the named interface.
Returns:
The SCA metadata object describing the interface.

getOperationType

  1. OperationType getOperationType( java.lang.String name)
Returns an OperationType object representing the named operation.
Parameters:
name - The operation name.
Returns:
The OperationType object.

getMultiplicity

  1. java.lang.String getMultiplicity( )
Returns the value of the multiplicity attribute.
Returns:
The multiplicity attribute.