com.atlassian.confluence.pages.templates.variables
Interface Variable

All Known Implementing Classes:
ListVariable, StringVariable, TextAreaVariable

public interface Variable

Version:
Revision: 1.1.1.1 $
Author:
Ara Abrahamian ([email protected])

Method Summary
 String getName()
           
 String getType()
           
 String getValue()
           
 void setName(String name)
           
 void setValue(String value)
           
 

Method Detail

getName

String getName()

setName

void setName(String name)

getValue

String getValue()

setValue

void setValue(String value)

getType

String getType()


Confluence is developed by Atlassian.