|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An ExtensibleObject is one that allows itself to be extended by utilizing synamically added Slots that add arbitrary attributes to the object on a per instance basis.
Slot
Method Summary | |
void |
addSlot(Slot slots)
Adds a Slot to this object. |
void |
addSlots(java.util.Collection slots)
Adds more Slots to this object. |
Slot |
getSlot(java.lang.String slotName)
Get the slot specified by slotName |
Slot |
getSlotAt(int i)
Returns the Slots associated with this object at the specified index. |
java.util.Collection |
getSlots()
Returns the Slots associated with this object. |
void |
removeSlot(java.lang.String slotName)
Adds a Slot to this object. |
void |
removeSlots(java.util.Collection slotNames)
Removes specified Slots to this object. |
Method Detail |
public void addSlot(Slot slots) throws JAXRException
public void addSlots(java.util.Collection slots) throws JAXRException
public void removeSlot(java.lang.String slotName) throws JAXRException
public void removeSlots(java.util.Collection slotNames) throws JAXRException
public Slot getSlot(java.lang.String slotName) throws JAXRException
public Slot getSlotAt(int i) throws JAXRException
public java.util.Collection getSlots() throws JAXRException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |