org.w3c.tools.resources.upgrade
Class EncodingAttribute

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.EncodingAttribute
All Implemented Interfaces:
java.io.Serializable

public class EncodingAttribute
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
EncodingAttribute(java.lang.String name, java.lang.String def, 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

EncodingAttribute

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