public class ExtensibleObjectImpl extends Object implements ExtensibleObject
| Constructor and Description |
|---|
ExtensibleObjectImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addSlot(Slot slot) |
void |
addSlots(Collection slots) |
Slot |
getSlot(String slotName) |
Collection<Slot> |
getSlots() |
void |
removeSlot(String slotName) |
void |
removeSlots(Collection slotNames) |
public void addSlot(Slot slot) throws JAXRException
addSlot in interface ExtensibleObjectJAXRExceptionpublic void addSlots(Collection slots) throws JAXRException
addSlots in interface ExtensibleObjectJAXRExceptionpublic Slot getSlot(String slotName)
getSlot in interface ExtensibleObjectpublic Collection<Slot> getSlots()
getSlots in interface ExtensibleObjectpublic void removeSlot(String slotName)
removeSlot in interface ExtensibleObjectpublic void removeSlots(Collection slotNames)
removeSlots in interface ExtensibleObjectCopyright © 2012 JBoss by Red Hat. All Rights Reserved.