| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Variable
Variable represents an application component parameter variable, or point of variability. When parameters are stored in an application template, values must be provided for those parameters whenever an application is created from the template. This allows each application created from the template to be configured as needed, so that one template can be used to create applcations that behave differently, depending on their parameter values.
Field Summary | |
---|---|
static java.lang.String | APPLICATION_ID
Predefined variable name for variables that contain the ID of the composite application. |
static java.lang.String | ID
Predefined variable name for variables that contain the ID of a business component. |
static java.lang.String | STRING
Predefined variable type for variables that contain string values. |
static java.lang.String | TEXT
Predefined variable type for variables that contain text values that are localized. |
Method Summary | |
---|---|
java.lang.String | getType()
Returns the type of this variable. |
java.lang.Object | getValue()
Returns the value of this variable. |
java.lang.String | getVariableName()
Returns the name that identifies this Variable. |
Methods inherited from interface com.ibm.portal.Localized |
---|
getDescription, getLocales, getTitle |
Field Detail |
---|
static final java.lang.String ID
static final java.lang.String APPLICATION_ID
static final java.lang.String STRING
static final java.lang.String TEXT
Method Detail |
---|
java.lang.String getVariableName()
java.lang.String getType()
java.lang.Object getValue()
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |