org.w3c.tools.resources.upgrade
Class LanguageAttribute

java.lang.Object
  |
  +--org.w3c.tools.resources.upgrade.Attribute
        |
        +--org.w3c.tools.resources.upgrade.StringAttribute
              |
              +--org.w3c.tools.resources.upgrade.LanguageAttribute

public class LanguageAttribute
extends StringAttribute

See Also:
Serialized Form

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)
           
 
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)