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

Field Summary
 
Fields inherited from interface org.eclipse.tigerstripe.profile.stereotype.IStereotypeAttribute
CHECKABLE_KIND, ENTRY_LIST_KIND, STRING_ENTRY_KIND
 
Method Summary
 void addSelectableValue(java.lang.String value)
           
 java.lang.String[] getSelectableValues()
          The list of selectable values for this attribute
 void removeSelectableValue(java.lang.String value)
           
 void setSelectableValues(java.lang.String[] values)
           
 
Methods inherited from interface org.eclipse.tigerstripe.profile.stereotype.IStereotypeAttribute
asElement, getDefaultValue, getDescription, getKind, getName, isArray, parse, setArray, setDefaultValue, setDescription, setName
 

Method Detail

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: