|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CustomAttachedDataValue
A preset value for a CustomAttachedData. When setting an attached data to an interaction,
the user can chose the value among the CustomAttachedDataValues.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.genesyslab.ail.IdObject |
|---|
IdObject.ObjectType |
| Method Summary | |
|---|---|
CustomAttachedData |
getCustomAttachedData()
Returns the CustomAttachedData to which this
CustomAttachedDataValue belongs. |
java.lang.String |
getDisplayName()
Returns the display name of this CustomAttachedDataValue defined in the
Configuration Layer. |
java.lang.String |
getName()
Returns the name of this CustomAttachedDataValue defined in the
Configuration Layer. |
CustomAttachedData.Type |
getType()
Returns the type of this CustomAttachedData defined in the Configuration
Layer. |
boolean |
isDefault()
Returns true if this value is a default one. |
| Methods inherited from interface com.genesyslab.ail.IdObject |
|---|
getId, getObjectType |
| Method Detail |
|---|
java.lang.String getName()
CustomAttachedDataValue defined in the
Configuration Layer.
java.lang.String getDisplayName()
CustomAttachedDataValue defined in the
Configuration Layer. The display name is intended for GUI purposes.
boolean isDefault()
true if this value is a default one.
CustomAttachedData.Type getType()
CustomAttachedData defined in the Configuration
Layer.
CustomAttachedData getCustomAttachedData()
CustomAttachedData to which this
CustomAttachedDataValue belongs.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||