|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opends.server.replication.plugin.HistVal
public class HistVal
This Class is used to encode/decode historical information from the String form to the internal usable form.
Constructor Summary | |
---|---|
HistVal(java.lang.String strVal)
Create a new HistVal form the String encoded form. |
Method Summary | |
---|---|
Modification |
generateMod()
Generate a Modification equivalent to this HistVal. |
AttributeValue |
getAttributeValue()
Get the Attribute Value. |
java.lang.String |
getAttrString()
Get the String form of the attribute type. |
AttributeType |
getAttrType()
Get the type of this HistVal. |
ChangeNumber |
getCn()
Get the ChangeNUmber of this HistVal. |
HistKey |
getHistKey()
Get the HistKey. |
java.util.Set<java.lang.String> |
getOptions()
Get the options or an empty set if there are no options. |
java.lang.String |
getStringValue()
Get the String form of the attribute. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HistVal(java.lang.String strVal)
strVal
- The String encoded form of historical information.Method Detail |
---|
public java.lang.String getAttrString()
public AttributeType getAttrType()
public ChangeNumber getCn()
public HistKey getHistKey()
public java.util.Set<java.lang.String> getOptions()
public java.lang.String getStringValue()
public AttributeValue getAttributeValue()
public Modification generateMod()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |