|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.eu.sk.zero.acd.Value
Value of a component. Each component type has assigned a set of value types. Each component of the given type has a set of values appropriate to the value types of the component type.
ValueType
,
ComponentType
,
Component
Field Summary | |
protected int |
id
Numerical id of value. |
Constructor Summary | |
Value(org.eu.sk.zero.acd.ValueType t)
You should never nedd to construct values directly. |
|
Value(org.eu.sk.zero.acd.ValueType t,
String v)
You should never nedd to construct values directly. |
Method Summary | |
String |
dump()
Deprecated. |
String |
get()
Returns the value |
String |
getId()
|
void |
set(String s)
Sets the value |
String |
toString()
Returns string describing the value. |
org.eu.sk.zero.acd.ValueType |
type()
Returns type of the value |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected int id
Constructor Detail |
public Value(org.eu.sk.zero.acd.ValueType t)
public Value(org.eu.sk.zero.acd.ValueType t, String v)
Method Detail |
public void set(String s)
public String get()
public org.eu.sk.zero.acd.ValueType type()
public String getId()
public String toString()
toString
in class Object
public String dump()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |