|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.w3c.tools.resources.upgrade.Attribute org.w3c.tools.resources.upgrade.ClassAttribute
public class ClassAttribute
The generic description of an ClassAttribute.
Field Summary |
---|
Fields inherited from class org.w3c.tools.resources.upgrade.Attribute |
---|
COMPUTED, DONTSAVE, EDITABLE, flags, MANDATORY, name, type |
Constructor Summary | |
---|---|
ClassAttribute(java.lang.String name,
java.lang.Class def,
java.lang.Integer flags)
|
Method Summary | |
---|---|
boolean |
checkValue(java.lang.Object obj)
Is the given object a valid ClassAttribute value ? |
int |
getPickleLength(java.lang.Object value)
Get the number of bytes required to save that attribute value. |
void |
pickle(java.io.DataOutputStream out,
java.lang.Object c)
Pickle an integer to the given output stream. |
java.lang.String |
stringify(java.lang.Object value)
Make a String out of a ClassAttribute value. |
java.lang.Object |
unpickle(java.io.DataInputStream in)
Unpickle an integer from the given input stream. |
Methods inherited from class org.w3c.tools.resources.upgrade.Attribute |
---|
checkFlag, getDefault, getName, getType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ClassAttribute(java.lang.String name, java.lang.Class def, java.lang.Integer flags)
Method Detail |
---|
public java.lang.String stringify(java.lang.Object value)
toString
method on classes doesn't work
for that purpose, since it will preceed the class name with
a class keyword.
stringify
in class Attribute
public boolean checkValue(java.lang.Object obj)
checkValue
in class Attribute
obj
- The object to test.
public final int getPickleLength(java.lang.Object value)
getPickleLength
in class Attribute
The
- value about to be pickled.
public void pickle(java.io.DataOutputStream out, java.lang.Object c) throws java.io.IOException
pickle
in class Attribute
out
- The output stream to pickle to.obj
- The object to pickle.
java.io.IOException
- If some IO error occured.public java.lang.Object unpickle(java.io.DataInputStream in) throws java.io.IOException
unpickle
in class Attribute
in
- The input stream to unpickle from.
java.io.IOException
- If some IO error occured.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |