wt.container.batch
Interface RoleBatchContainer

All Superinterfaces:
BatchContainer
All Known Subinterfaces:
AttributedRoleBatchContainer
All Known Implementing Classes:
AttributedRoleBatchContainerImpl, wt.container.batch.impl.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


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
 

Method Detail

getAssociationName

String getAssociationName()


Supported API: true

Returns:
String

getRoleName

String getRoleName()


Supported API: true

Returns:
String

getFromObject

Object getFromObject()


Supported API: true

Returns:
Object