Class 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
    • 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()  
      • Methods inherited from class com.lexmark.saperion.PropertyType

        equals, getMemberType, hashCode, setMemberType
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getType

        public com.lexmark.saperion.archive.FieldTypeEnum getType()
        Overrides:
        getType in class com.lexmark.saperion.PropertyType
      • setType

        public void setType​(com.lexmark.saperion.archive.FieldTypeEnum type)
        Overrides:
        setType in class com.lexmark.saperion.PropertyType
      • getPropertyValue

        public java.lang.Object getPropertyValue()
        Overrides:
        getPropertyValue in class com.lexmark.saperion.PropertyType
      • setPropertyValue

        public void setPropertyValue​(java.lang.Object value)
        Overrides:
        setPropertyValue in class com.lexmark.saperion.PropertyType
      • readResolve

        protected java.lang.Object readResolve()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class com.lexmark.saperion.PropertyType