org.w3c.tools.resources.upgrade
Class LanguageAttribute

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

public class LanguageAttribute
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
LanguageAttribute(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

LanguageAttribute

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