org.eu.sk.zero.acd
Class PropertyType

java.lang.Object
  |
  +--org.eu.sk.zero.acd.PropertyType
Direct Known Subclasses:
Method, Trigger, ValueType

public class PropertyType
extends Object

Property type is superclass of methods, triggers and types of values. Each property type is assigned to a type of component.

Version:
$Id: PropertyType.java,v 1.2 2003/04/06 09:26:43 robo Exp $
See Also:
ComponentType

Field Summary
protected  int id
          Numerical id of property type.
 
Constructor Summary
PropertyType()
          Do not construct Property type directly.
PropertyType(String s)
          Do not construct Property type directly.
 
Method Summary
 String dump()
          Deprecated.  
 String getId()
           
 String getName()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

id

protected int id
Numerical id of property type. Used for serialization.

Constructor Detail

PropertyType

public PropertyType()
Do not construct Property type directly. Construct methods, triggers or value types instead


PropertyType

public PropertyType(String s)
Do not construct Property type directly. Construct methods, triggers or value types instead

Method Detail

toString

public String toString()
Overrides:
toString in class Object

getName

public String getName()

getId

public String getId()

dump

public String dump()
Deprecated.  

Debugging method.