|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface VarDecl
This interface defines a variable declaration for a specific component.
For abstract variables, the default value is null. Abstract variables may only be contained in abstract components, which serves only as a base component for other components to extend.
| Method Summary | |
|---|---|
java.lang.String |
getDefaultValue()
Returns the default value of the variable or null if this component is abstract. |
Modifier |
getModifier()
Returns the modifier for the variable. |
java.lang.String |
getName()
Returns the name of the variable. |
java.lang.String |
getPrompt()
Returns An optional string that is a user-readable description of the variable. |
| Method Detail |
|---|
java.lang.String getDefaultValue()
Modifier getModifier()
java.lang.String getName()
java.lang.String getPrompt()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||