Package com.saperion.database
Class DeleteDocumentProperty
java.lang.Object
com.lexmark.saperion.PropertyType
com.saperion.database.DeleteDocumentProperty
- All Implemented Interfaces:
Serializable
public final class DeleteDocumentProperty
extends com.lexmark.saperion.PropertyType
implements Serializable
A singleton that indicates that a property should be deleted in an update operation.
- Author:
- jschwarz
- See Also:
-
Field Summary
Fields -
Method Summary
Methods inherited from class com.lexmark.saperion.PropertyType
equals, getMemberType, hashCode, setMemberType
-
Field Details
-
INSTANCE
-
-
Method Details
-
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
- Overrides:
getPropertyValue
in classcom.lexmark.saperion.PropertyType
-
setPropertyValue
- Overrides:
setPropertyValue
in classcom.lexmark.saperion.PropertyType
-
readResolve
-
toString
- Overrides:
toString
in classcom.lexmark.saperion.PropertyType
-