All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class w3c.tools.store.FilenameAttribute

java.lang.Object
   |
   +----w3c.tools.store.Attribute
           |
           +----w3c.tools.store.StringAttribute
                   |
                   +----w3c.tools.store.FilenameAttribute

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.


Constructor Index

 o FilenameAttribute(String, Object, int)

Constructors

 o FilenameAttribute
 public FilenameAttribute(String name,
                          Object def,
                          int flags)

All Packages  Class Hierarchy  This Package  Previous  Next  Index