org.eu.sk.zero.acd
Class ValueType

java.lang.Object
  |
  +--org.eu.sk.zero.acd.PropertyType
        |
        +--org.eu.sk.zero.acd.ValueType

public class ValueType
extends PropertyType

Type of value of a component. Every component has assigned a set of values. Each value is of certain type. So, every value has its type. And, every type of components has a set of types of values.

Version:
$Id: ValueType.java,v 1.2 2003/04/10 16:00:09 robo Exp $
See Also:
Value, ComponentType

Field Summary
 
Fields inherited from class org.eu.sk.zero.acd.PropertyType
id
 
Constructor Summary
ValueType(String s)
          Creates a new value type with the specified name.
ValueType(String s, String m)
          Creates a new value type with the specified name and measure.
 
Method Summary
 String dump()
          Deprecated.  
 
Methods inherited from class org.eu.sk.zero.acd.PropertyType
getId, getName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ValueType

public ValueType(String s)
Creates a new value type with the specified name.


ValueType

public ValueType(String s,
                 String m)
Creates a new value type with the specified name and measure.

Method Detail

dump

public String dump()
Deprecated.  

Debugging method

Overrides:
dump in class PropertyType