wt.clients.replication.unit
Class UnitWTPartUsageLink

java.lang.Object
  extended by wt.clients.replication.unit.UnitWTPartUsageLink

public class UnitWTPartUsageLink
extends Object

The UnitWTPartUsageLink is a link between WTUnits and WTUPartMasters. It specifies how many WTParts are contained in a WTUnit.

Use the newUnitWTUnitUsageLink static factory method(s), not the UnitWTUnitUsageLink constructor, to construct instances of this class. Instances must be constructed using the static factory(s), in order to ensure proper initialization of the instance.



Supported API: true

Extendable: false

See Also:
WTPart, WTPartMaster, IteratedUsageLink

Field Summary
static String USED_BY_ROLE
          Label for the attribute.
static String USES_ROLE
          Label for the attribute.
 
Method Summary
 String getConceptualClassname()
          Returns the conceptual (modeled) name for the class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

USED_BY_ROLE

public static final String USED_BY_ROLE
Label for the attribute.

Supported API: true

See Also:
Constant Field Values

USES_ROLE

public static final String USES_ROLE
Label for the attribute.

Supported API: true

See Also:
Constant Field Values
Method Detail

getConceptualClassname

public String getConceptualClassname()
Returns the conceptual (modeled) name for the class.

Supported API: true

Returns:
String