|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.esdihumboldt.hale.io.oml.internal.goml.oml.ext.ValueClass
public class ValueClass
A 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 Summary | |
---|---|
ValueClass()
|
Method Summary | |
---|---|
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()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ValueClass()
Method Detail |
---|
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
public String toString()
toString
in class Object
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |