org.w3c.tools.resources
Class FilenameAttribute

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

public class FilenameAttribute
extends StringAttribute

The generic description of a FilenameAttribute. A file name is a String, augmented with the fact that it should be a valid file name.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.w3c.tools.resources.Attribute
COMPUTED, DONTSAVE, EDITABLE, flags, MANDATORY, name, type
 
Constructor Summary
FilenameAttribute()
           
FilenameAttribute(java.lang.String name, java.lang.Object def, int flags)
           
 
Method Summary
 
Methods inherited from class org.w3c.tools.resources.StringAttribute
checkValue, pickle, unpickle
 
Methods inherited from class org.w3c.tools.resources.SimpleAttribute
stringify
 
Methods inherited from class org.w3c.tools.resources.Attribute
checkFlag, getDefault, getFlag, getName, getType, setFlag, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilenameAttribute

public FilenameAttribute(java.lang.String name,
                         java.lang.Object def,
                         int flags)

FilenameAttribute

public FilenameAttribute()