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

All Known Implementing Classes:
StringVariable

public interface Variable

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

Method Summary
 String getName()
           
 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)


Confluence is developed by Atlassian Pty Ltd.