|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
public interface DynamicAttributeCommandInterface
This interface is implemented by commands that require the ability
to have their attributes accessed with generic getters
and setters.
| Field Summary | |
|---|---|
static java.lang.String |
COMMAND_NAME_PREFIX
Use this key as prefix for a command's name. |
| Method Summary | |
|---|---|
abstract java.lang.String |
getName()
Returns the name of the command. |
abstract void |
setName(java.lang.String name)
Sets the name of the command. |
| Methods inherited from interface com.sas.entities.BaseEntityValueInterface |
|---|
getAttribute, setAttribute |
| Methods inherited from interface com.sas.util.Command |
|---|
clone, isExecutable, isUndoable, undo |
| Methods inherited from interface com.sas.util.SimpleCommand |
|---|
execute |
| Methods inherited from interface com.sas.lang.StringDataInterface |
|---|
getText, setText |
| Field Detail |
|---|
static final java.lang.String COMMAND_NAME_PREFIX
| Method Detail |
|---|
void setName(java.lang.String name)
name - unique name of the command.getName()java.lang.String getName()
setName(java.lang.String)
|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||