|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.otvl.sbxbsamp.complex.ClsC
Sample class C
Constructor Summary | |
ClsC()
|
Method Summary | |
void |
addRoleYB(ClsB aClsB)
Adds a target at end of link roleYB. |
void |
addRoleYB(int index,
ClsB aClsB)
Inserts a target in link roleYB. |
void |
clearRoleYB()
Clears all targets in link roleYB |
java.lang.String |
getAttC1()
Returns the attC1. |
java.lang.String |
getAttC2()
Returns the attC2. |
java.lang.String |
getAttC3()
Returns the attC3. |
java.lang.String |
getAttC4()
Returns the attC4. |
java.lang.String |
getAttC5()
Returns the attC5. |
ClsB |
getRoleYB(int index)
Returns a target in link roleYB. |
java.util.Iterator |
iteratorRoleYB()
Returns an iterator for targets in links roleYB |
void |
removeRoleYB(int index)
Removes a target in link roleYB |
void |
setAttC1(java.lang.String attC1)
Sets the attC1. |
void |
setAttC2(java.lang.String attC2)
Sets the attC2. |
void |
setAttC3(java.lang.String attC3)
Sets the attC3. |
void |
setAttC4(java.lang.String attC4)
Sets the attC4. |
void |
setAttC5(java.lang.String attC5)
Sets the attC5. |
int |
sizeRoleYB()
Returns the size of the collection roleYB |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ClsC()
Method Detail |
public java.lang.String getAttC1()
public void setAttC1(java.lang.String attC1)
attC1
- The attC1 to setpublic java.lang.String getAttC2()
public void setAttC2(java.lang.String attC2)
attC2
- The attC2 to setpublic java.lang.String getAttC3()
public void setAttC3(java.lang.String attC3)
attC3
- The attC3 to setpublic java.lang.String getAttC4()
public void setAttC4(java.lang.String attC4)
attC4
- The attC4 to setpublic java.lang.String getAttC5()
public void setAttC5(java.lang.String attC5)
attC5
- The attC5 to setpublic ClsB getRoleYB(int index)
index
- offset in the array
public java.util.Iterator iteratorRoleYB()
public int sizeRoleYB()
public void addRoleYB(int index, ClsB aClsB)
index
- offset in the listaClsB
- The ClsB to insertpublic void addRoleYB(ClsB aClsB)
aClsB
- The ClsB to insertpublic void removeRoleYB(int index)
index
- offset in the listpublic void clearRoleYB()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |