org.w3c.tools.resources.upgrade
Class PasswordAttribute

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

public class PasswordAttribute
extends StringAttribute

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
PasswordAttribute(java.lang.String name, java.lang.String password, java.lang.Integer flags)
           
 
Method Summary
 
Methods inherited from class org.w3c.tools.resources.upgrade.StringAttribute
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

PasswordAttribute

public PasswordAttribute(java.lang.String name,
                         java.lang.String password,
                         java.lang.Integer flags)