|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.sun.jaw.reference.common.Modification
This class is used for representing a modification for a property.
ModificationList
, Serialized FormConstructor Summary | |
Modification(java.lang.String property,
java.lang.Object value)
Allows a Modification to be created for a non-indexed property. |
|
Modification(java.lang.String property,
java.lang.Object value,
int pos)
Allows a Modification to be created for an indexed property. |
|
Modification(java.lang.String property,
java.lang.Object value,
java.lang.String operator)
Allows a Modification containing an operator to be created for a non-indexed property. |
|
Modification(java.lang.String property,
java.lang.Object value,
java.lang.String oper,
int pos)
Allows a Modification containing an operator to be created for an indexed property. |
Method Summary | |
java.lang.String |
getOperator()
Returns the name of the operator to be applied. |
int |
getPosition()
Returns the position. |
java.lang.String |
getProperty()
Returns the property. |
java.lang.Object |
getValue()
Returns the value. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public Modification(java.lang.String property, java.lang.Object value)
public Modification(java.lang.String property, java.lang.Object value, int pos)
public Modification(java.lang.String property, java.lang.Object value, java.lang.String operator)
public Modification(java.lang.String property, java.lang.Object value, java.lang.String oper, int pos)
Method Detail |
public java.lang.String getProperty()
public java.lang.Object getValue()
public int getPosition()
public java.lang.String getOperator()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |