|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.w3c.tools.resources.Attribute | +--org.w3c.tools.resources.SimpleAttribute | +--org.w3c.tools.resources.LongAttribute | +--org.w3c.tools.resources.DateAttribute
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)
obj
- The object to pickle.public java.lang.Object unpickle(java.lang.String value)
value
- the string representation of this integer
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |