public class RemovePropertyEvent extends GraphEvent
| Constructor and Description |
|---|
RemovePropertyEvent(Graph graph,
Element element,
Property property) |
RemovePropertyEvent(Graph graph,
Element element,
PropertyRemoveMutation propertyRemoveMutation) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Element |
getElement() |
String |
getKey() |
String |
getName() |
Visibility |
getVisibility() |
int |
hashCode() |
String |
toString() |
getGraphpublic RemovePropertyEvent(Graph graph, Element element, PropertyRemoveMutation propertyRemoveMutation)
public Element getElement()
public String getKey()
public String getName()
public Visibility getVisibility()
public boolean equals(Object obj)
equals in class GraphEventCopyright © 2014–2015. All rights reserved.