Class w3c.tools.store.FilenameAttribute
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.
-
FilenameAttribute(String, Object, int)
-
FilenameAttribute
public FilenameAttribute(String name,
Object def,
int flags)
All Packages Class Hierarchy This Package Previous Next Index