|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.w3c.tools.resources.Attribute
org.w3c.tools.resources.SimpleAttribute
org.w3c.tools.resources.LongAttribute
org.w3c.tools.resources.DateAttribute
public class DateAttribute
| Field Summary |
|---|
| Fields inherited from class org.w3c.tools.resources.Attribute |
|---|
COMPUTED, DONTSAVE, EDITABLE, flags, MANDATORY, name, type |
| Constructor Summary | |
|---|---|
DateAttribute()
|
|
DateAttribute(java.lang.String name,
java.lang.Object def,
int flags)
|
|
| Method Summary | |
|---|---|
java.lang.String |
pickle(java.lang.Object obj)
Pickle an integer to the given output stream. |
java.lang.Object |
unpickle(java.lang.String value)
Unpickle an integer from the given input stream. |
| Methods inherited from class org.w3c.tools.resources.LongAttribute |
|---|
checkValue |
| Methods inherited from class org.w3c.tools.resources.SimpleAttribute |
|---|
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 |
|---|
public DateAttribute(java.lang.String name,
java.lang.Object def,
int flags)
public DateAttribute()
| Method Detail |
|---|
public java.lang.String pickle(java.lang.Object obj)
pickle in class LongAttributeobj - The object to pickle.
IOException - If some IO error occured.public java.lang.Object unpickle(java.lang.String value)
unpickle in class LongAttributevalue - the string representation of this integer
IOException - If some IO error occured.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||