|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ca.jcs.assoc.AssocModificationItem
public class AssocModificationItem
Helper struct for connectors needing to deal with associations - contains a modification item along with the association related to its target attribute.
| Field Summary | |
|---|---|
Association |
assoc
|
ModificationItem |
item
|
boolean |
skip
|
| Constructor Summary | |
|---|---|
AssocModificationItem(int op,
Attribute attr,
Association assoc)
|
|
AssocModificationItem(ModificationItem item,
Association assoc)
|
|
| Method Summary | |
|---|---|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public ModificationItem item
public Association assoc
public boolean skip
| Constructor Detail |
|---|
public AssocModificationItem(ModificationItem item,
Association assoc)
public AssocModificationItem(int op,
Attribute attr,
Association assoc)
| Method Detail |
|---|
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||