Class w3c.jigsaw.resources.FilenameAttribute
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class w3c.jigsaw.resources.FilenameAttribute

java.lang.Object
   |
   +----w3c.jigsaw.resources.Attribute
           |
           +----w3c.jigsaw.resources.StringAttribute
                   |
                   +----w3c.jigsaw.resources.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