|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.di.entry.AttributeValue
public class AttributeValue
The AttributeValue class is used in conjunction with the Attribute object to store information about an attribute value. The class has a value and an operation properties associated with the value.
Field Summary | |
---|---|
static int |
AV_ADD
Used when a value has been added |
static int |
AV_DELETE
Used when a value has been deleted |
static int |
AV_UNCHANGED
Used when a value is not changed |
static int |
AV_UNDEFINED
Used when a value does not have a defined operation code |
Constructor Summary | |
---|---|
AttributeValue(Object value,
int oper)
|
Method Summary | |
---|---|
int |
getOper()
|
String |
getOperation()
Return the operation code. |
Object |
getValue()
|
void |
setOper(int oper)
|
void |
setOperation(String oper)
|
void |
setValue(Object value)
|
static int |
stringToOper(String oper)
|
String |
toDeltaString()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int AV_UNDEFINED
public static final int AV_UNCHANGED
public static final int AV_ADD
public static final int AV_DELETE
Constructor Detail |
---|
public AttributeValue(Object value, int oper)
Method Detail |
---|
public Object getValue()
public void setValue(Object value)
public int getOper()
public String getOperation()
public void setOper(int oper)
public void setOperation(String oper)
public static int stringToOper(String oper)
public String toString()
toString
in class Object
public String toDeltaString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |