Class ListVariable
- java.lang.Object
-
- com.atlassian.confluence.pages.templates.variables.ListVariable
-
-
Constructor Summary
Constructors Constructor Description ListVariable(String name, String value, List<String> options)
ListVariable(String name, List<String> options)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getName()
List<String>
getOptions()
String
getType()
String
getValue()
int
hashCode()
void
setName(String name)
void
setOptions(List<String> options)
void
setValue(String value)
-
-
-
Field Detail
-
TYPE
public static final String TYPE
- See Also:
- Constant Field Values
-
-