public class ValueClass extends Object implements IValueClass
ValueClass
is a collection of ValueExpression
s. Helper
class to store recurring groups of values. Can be referred to from more than
one Cell.Constructor and Description |
---|
ValueClass() |
Modifier and Type | Method and Description |
---|---|
String |
getAbout()
Gets the value of the about property.
|
String |
getResource()
Gets the value of the resource property.
|
List<IValueExpression> |
getValue()
Gets the value of the value property.
|
void |
setAbout(String value)
Sets the value of the about property.
|
void |
setResource(String value)
Sets the value of the resource property.
|
void |
setValue(List<IValueExpression> value)
Sets the value of the value property.
|
String |
toString() |
public void setValue(List<IValueExpression> value)
List
- of value propertiespublic List<IValueExpression> getValue()
getValue
in interface IValueClass
public String getResource()
getResource
in interface IValueClass
String
public void setResource(String value)
value
- allowed object is String
public String getAbout()
getAbout
in interface IValueClass
String
public void setAbout(String value)
value
- allowed object is String
Build 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a