Package com.saperion.database
Class DeleteDocumentProperty
- java.lang.Object
-
- com.lexmark.saperion.PropertyType
-
- com.saperion.database.DeleteDocumentProperty
-
- All Implemented Interfaces:
java.io.Serializable
public final class DeleteDocumentProperty extends com.lexmark.saperion.PropertyType implements java.io.Serializable
A singleton that indicates that a property should be deleted in an update operation.- Author:
- jschwarz
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static DeleteDocumentProperty
INSTANCE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
getPropertyValue()
com.lexmark.saperion.archive.FieldTypeEnum
getType()
protected java.lang.Object
readResolve()
void
setPropertyValue(java.lang.Object value)
void
setType(com.lexmark.saperion.archive.FieldTypeEnum type)
java.lang.String
toString()
-
-
-
Field Detail
-
INSTANCE
public static final DeleteDocumentProperty INSTANCE
-
-
Method Detail
-
getType
public com.lexmark.saperion.archive.FieldTypeEnum getType()
- Overrides:
getType
in classcom.lexmark.saperion.PropertyType
-
setType
public void setType(com.lexmark.saperion.archive.FieldTypeEnum type)
- Overrides:
setType
in classcom.lexmark.saperion.PropertyType
-
getPropertyValue
public java.lang.Object getPropertyValue()
- Overrides:
getPropertyValue
in classcom.lexmark.saperion.PropertyType
-
setPropertyValue
public void setPropertyValue(java.lang.Object value)
- Overrides:
setPropertyValue
in classcom.lexmark.saperion.PropertyType
-
readResolve
protected java.lang.Object readResolve()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classcom.lexmark.saperion.PropertyType
-
-