org.w3c.jigsaw.auth
Class IPTemplatesAttribute

java.lang.Object
  |
  +--org.w3c.tools.resources.Attribute
        |
        +--org.w3c.tools.resources.ArrayAttribute
              |
              +--org.w3c.jigsaw.auth.IPTemplatesAttribute

public class IPTemplatesAttribute
extends ArrayAttribute

The IPTemplates attribute description. Maintains a list of IP templates (short arrays, to allow for the splash).

See Also:
Serialized Form

Fields inherited from class org.w3c.tools.resources.Attribute
COMPUTED, DONTSAVE, EDITABLE, flags, MANDATORY, name, type
 
Constructor Summary
IPTemplatesAttribute()
           
IPTemplatesAttribute(java.lang.String name, short[][] defs, int flags)
           
 
Method Summary
 boolean checkValue(java.lang.Object obj)
          Is the given value a valid IPTemplates value ?
 java.lang.String[] pickle(java.lang.Object array)
           
 java.lang.Object unpickle(java.lang.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

IPTemplatesAttribute

public IPTemplatesAttribute(java.lang.String name,
                            short[][] defs,
                            int flags)

IPTemplatesAttribute

public IPTemplatesAttribute()
Method Detail

checkValue

public boolean checkValue(java.lang.Object obj)
Is the given value a valid IPTemplates value ?
Parameters:
obj - The object to test.
Throws:
IllegalAttributeAccess - If the provided value doesn't pass the test.
Overrides:
checkValue in class Attribute

pickle

public java.lang.String[] pickle(java.lang.Object array)
Overrides:
pickle in class ArrayAttribute

unpickle

public java.lang.Object unpickle(java.lang.String[] array)
Overrides:
unpickle in class ArrayAttribute