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 ExtensibleObject
JAXRException
public void addSlots(Collection slots) throws JAXRException
addSlots
in interface ExtensibleObject
JAXRException
public Slot getSlot(String slotName)
getSlot
in interface ExtensibleObject
public Collection<Slot> getSlots()
getSlots
in interface ExtensibleObject
public void removeSlot(String slotName)
removeSlot
in interface ExtensibleObject
public void removeSlots(Collection slotNames)
removeSlots
in interface ExtensibleObject
Copyright © 2018 JBoss by Red Hat. All rights reserved.