public interface ExtensibleObject
| Modifier and Type | Method and Description |
|---|---|
void |
addSlot(Slot slot) |
void |
addSlots(Collection slots) |
Slot |
getSlot(String slotName) |
Collection |
getSlots() |
void |
removeSlot(String slotName) |
void |
removeSlots(Collection slotNames) |
void addSlot(Slot slot) throws JAXRException
JAXRExceptionvoid addSlots(Collection slots) throws JAXRException
JAXRExceptionSlot getSlot(String slotName) throws JAXRException
JAXRExceptionCollection getSlots() throws JAXRException
JAXRExceptionvoid removeSlot(String slotName) throws JAXRException
JAXRExceptionvoid removeSlots(Collection slotNames) throws JAXRException
JAXRExceptionCopyright © 2012 JBoss by Red Hat. All Rights Reserved.