Package cmion.storage
Class RequestRemoveProperty
- java.lang.Object
-
- ion.Meta.Request
-
- cmion.storage.RequestRemoveProperty
-
public class RequestRemoveProperty extends ion.Meta.RequestRequest a container to remove property of the given name. If such a property existed will result in the container raising an EventPropertyRemoved.
-
-
Constructor Summary
Constructors Constructor Description RequestRemoveProperty(java.lang.String propertyName)create a new request to remove a property of given name
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetPropertyName()return the name of the removed property
-