org.w3c.tools.resources
Class StringArrayAttribute

java.lang.Object
  extended by org.w3c.tools.resources.Attribute
      extended by org.w3c.tools.resources.ArrayAttribute
          extended by org.w3c.tools.resources.StringArrayAttribute
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
MimeTypeArrayAttribute

public class StringArrayAttribute
extends ArrayAttribute

The generic description of an StringArrayAttribute.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.w3c.tools.resources.Attribute
COMPUTED, DONTSAVE, EDITABLE, flags, MANDATORY, name, type
 
Constructor Summary
StringArrayAttribute()
           
StringArrayAttribute(java.lang.String name, java.lang.String[] def, int flags)
           
 
Method Summary
 boolean checkValue(java.lang.Object obj)
          Is the given object a valid StringArrayAttribute value ?
 java.lang.String[] pickle(java.lang.Object array)
          Pickle an attribute array into a String array.
 java.lang.Object unpickle(java.lang.String[] array)
          Unpickle an attribute array from a string array.
 
Methods inherited from class org.w3c.tools.resources.ArrayAttribute
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

StringArrayAttribute

public StringArrayAttribute(java.lang.String name,
                            java.lang.String[] def,
                            int flags)

StringArrayAttribute

public StringArrayAttribute()
Method Detail

checkValue

public boolean checkValue(java.lang.Object obj)
Is the given object a valid StringArrayAttribute value ?

Specified by:
checkValue in class Attribute
Parameters:
obj - The object to test.
Returns:
A boolean true if okay.

pickle

public java.lang.String[] pickle(java.lang.Object array)
Description copied from class: ArrayAttribute
Pickle an attribute array into a String array.

Specified by:
pickle in class ArrayAttribute
Parameters:
array - the attribute array
Returns:
a String array

unpickle

public java.lang.Object unpickle(java.lang.String[] array)
Description copied from class: ArrayAttribute
Unpickle an attribute array from a string array.

Specified by:
unpickle in class ArrayAttribute
Parameters:
array - the String array
Returns:
a Object array