Package org.umlg.sqlg.structure.topology
Class PropertyColumn
java.lang.Object
org.umlg.sqlg.structure.topology.PropertyColumn
- All Implemented Interfaces:
TopologyInf
Date: 2016/09/04
Time: 8:50 AM
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getName()
int
hashCode()
boolean
void
remove
(boolean preserveData) remove the topology itemvoid
toString()
void
updatePropertyDefinition
(PropertyDefinition propertyDefinition) Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.umlg.sqlg.structure.TopologyInf
isUncommitted, remove
-
Method Details
-
getName
- Specified by:
getName
in interfaceTopologyInf
-
isCommitted
public boolean isCommitted()- Specified by:
isCommitted
in interfaceTopologyInf
-
getPropertyType
-
getPropertyDefinition
-
getParentLabel
-
hashCode
public int hashCode() -
equals
-
toString
-
remove
public void remove(boolean preserveData) Description copied from interface:TopologyInf
remove the topology item- Specified by:
remove
in interfaceTopologyInf
- Parameters:
preserveData
- if true we don't delete at the SQL level
-
rename
- Specified by:
rename
in interfaceTopologyInf
-
updatePropertyDefinition
- Specified by:
updatePropertyDefinition
in interfaceTopologyInf
-