|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.w3c.tools.resources.Attribute org.w3c.tools.resources.FrameArrayAttribute
public class FrameArrayAttribute
Field Summary |
---|
Fields inherited from class org.w3c.tools.resources.Attribute |
---|
COMPUTED, DONTSAVE, EDITABLE, flags, MANDATORY, name, type |
Constructor Summary | |
---|---|
FrameArrayAttribute()
|
|
FrameArrayAttribute(java.lang.String name,
ResourceFrame[] def,
int flags)
|
Method Summary | |
---|---|
boolean |
checkValue(java.lang.Object value)
Is the provided object a suitable value for this attribute ? If so, store it into the given store. |
java.lang.String |
stringify(java.lang.Object value)
|
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 FrameArrayAttribute(java.lang.String name, ResourceFrame[] def, int flags)
public FrameArrayAttribute()
Method Detail |
---|
public boolean checkValue(java.lang.Object value)
Attribute
checkValue
in class Attribute
value
- The value to check.
public java.lang.String stringify(java.lang.Object value)
stringify
in class Attribute
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |