wt.container.batch
Interface RoleBatchContainer

All Superinterfaces:
BatchContainer
All Known Subinterfaces:
AttributedRoleBatchContainer
All Known Implementing Classes:
AttributedRoleBatchContainerImpl, RoleBatchContainerImpl

public interface RoleBatchContainer
extends BatchContainer

Interface RoleBatchCotnainer is a BatchContainer that is used to make assertions about which objects play the "other" role in an association.

Supported API: true

Extendable: false


Field Summary
static String ASSOCIATION_NAME
          Label for the attribute; The fully qualified class name of the association for this RoleBatchContainer.
static String FROM_OBJECT
          Label for the attribute.
static String ROLE_NAME
          Label for the attribute; The role name for the "other" objects in this container.
 
Fields inherited from interface wt.container.batch.BatchContainer
ELEMENTS
 
Method Summary
 String getAssociationName()
          

Supported API: true
 Object getFromObject()
          

Supported API: true
 String getRoleName()
          

Supported API: true
 
Methods inherited from interface wt.container.batch.BatchContainer
add, contains, elements, populate, populate, remove, replace, size
 

Field Detail

ASSOCIATION_NAME

public static final String ASSOCIATION_NAME
Label for the attribute; The fully qualified class name of the association for this RoleBatchContainer.

Supported API: false

See Also:
Constant Field Values

ROLE_NAME

public static final String ROLE_NAME
Label for the attribute; The role name for the "other" objects in this container.

Supported API: false

See Also:
Constant Field Values

FROM_OBJECT

public static final String FROM_OBJECT
Label for the attribute.

Supported API: false

See Also:
Constant Field Values
Method Detail

getAssociationName

public String getAssociationName()


Supported API: true

Returns:
String

getRoleName

public String getRoleName()


Supported API: true

Returns:
String

getFromObject

public Object getFromObject()


Supported API: true

Returns:
Object