Package cmion.storage

Class RequestRemoveProperty

java.lang.Object
ion.Meta.Request
cmion.storage.RequestRemoveProperty

public class RequestRemoveProperty extends ion.Meta.Request
Request a container to remove property of the given name. If such a property existed will result in the container raising an EventPropertyRemoved.
  • Constructor Details

    • RequestRemoveProperty

      public RequestRemoveProperty(String propertyName)
      create a new request to remove a property of given name
  • Method Details

    • getPropertyName

      public String getPropertyName()
      return the name of the removed property