public interface Slot
Slot
class that represents the JAXR Slot
.Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Gets the name for this Slot.
|
java.lang.String |
getSlotType()
Gets the slotType for this Slot.
|
java.util.Collection<java.lang.String> |
getValues()
Gets the values for this Slot.
|
void |
setName(java.lang.String name)
Sets the name for this Slot.
|
void |
setSlotType(java.lang.String slotType)
Sets the slotType for this Slot.
|
void |
setValues(java.util.Collection<java.lang.String> values)
Sets the values for this Slot.
|
java.lang.String getName() throws CSAppFrameworkException
CSAppFrameworkException
- if an internal error occurs on getting the name.java.lang.String getSlotType() throws CSAppFrameworkException
CSAppFrameworkException
- if an internal error occurs on getting the slot type.java.util.Collection<java.lang.String> getValues() throws CSAppFrameworkException
CSAppFrameworkException
- if an internal error occurs.void setName(java.lang.String name) throws CSAppFrameworkException
name
- the name for this Slot.CSAppFrameworkException
- if an internal error occurs on setting the name.void setSlotType(java.lang.String slotType) throws CSAppFrameworkException
slotType
- the slotType for this Slot.CSAppFrameworkException
- if an internal error occurs on setting the name.void setValues(java.util.Collection<java.lang.String> values) throws CSAppFrameworkException
values
- the values for this Slot.CSAppFrameworkException
- if an internal error occurs on setting the name.