org.eclipse.tigerstripe.profile.stereotype
Interface IEntryListStereotypeAttribute
- All Superinterfaces:
- IStereotypeAttribute
public interface IEntryListStereotypeAttribute
- extends IStereotypeAttribute
A specific type of Stereotype attribute that has a list of valid values to be
selected from.
This type is displayed has a drop-down menu list to the end-user.
- Since:
- 1.2
- Author:
- Eric Dillon
Methods inherited from interface org.eclipse.tigerstripe.profile.stereotype.IStereotypeAttribute |
asElement, getDefaultValue, getDescription, getKind, getName, isArray, parse, setArray, setDefaultValue, setDescription, setName |
setSelectableValues
void setSelectableValues(java.lang.String[] values)
throws TigerstripeException
- Throws:
TigerstripeException
addSelectableValue
void addSelectableValue(java.lang.String value)
throws TigerstripeException
- Throws:
TigerstripeException
removeSelectableValue
void removeSelectableValue(java.lang.String value)
throws TigerstripeException
- Throws:
TigerstripeException
getSelectableValues
java.lang.String[] getSelectableValues()
- The list of selectable values for this attribute
- Returns: