org.w3c.tools.resources.upgrade
Class DateAttribute

java.lang.Object
  extended by org.w3c.tools.resources.upgrade.Attribute
      extended by org.w3c.tools.resources.upgrade.LongAttribute
          extended by org.w3c.tools.resources.upgrade.DateAttribute
All Implemented Interfaces:
java.io.Serializable

public class DateAttribute
extends LongAttribute

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.w3c.tools.resources.upgrade.Attribute
COMPUTED, DONTSAVE, EDITABLE, flags, MANDATORY, name, type
 
Constructor Summary
DateAttribute(java.lang.String name, java.lang.Long def, java.lang.Integer flags)
           
 
Method Summary
 
Methods inherited from class org.w3c.tools.resources.upgrade.LongAttribute
checkValue, getPickleLength, pickle, unpickle
 
Methods inherited from class org.w3c.tools.resources.upgrade.Attribute
checkFlag, getDefault, getName, getType, stringify
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DateAttribute

public DateAttribute(java.lang.String name,
                     java.lang.Long def,
                     java.lang.Integer flags)