|
EchoPoint 1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface defines the ability to have a symbolic string value substituted for another object value.
For example Integer(1) could be represented by the symbolic string value "Alignment".
StyleInfo
,
StyleAttrDescriptor
Method Summary | |
java.lang.String |
getSymbolic()
The symbolic string value for a given object value It must not be null. |
java.lang.Object |
getValue()
The actual object value for a given symbolic value. |
boolean |
matches(java.lang.String testSymbolicValue)
This method can be called to see if a symbolic value in fact matches this SymbolicValue object. |
Method Detail |
public java.lang.String getSymbolic()
public java.lang.Object getValue()
public boolean matches(java.lang.String testSymbolicValue)
testSymbolicValue
-
|
EchoPoint 1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |