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 TypeMethodDescriptionbooleangetName()inthashCode()booleanvoidremove(boolean preserveData) remove the topology itemvoidtoString()voidupdatePropertyDefinition(PropertyDefinition propertyDefinition) Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.umlg.sqlg.structure.TopologyInf
isUncommitted, remove 
- 
Method Details
- 
getName
- Specified by:
 getNamein interfaceTopologyInf
 - 
isCommitted
public boolean isCommitted()- Specified by:
 isCommittedin interfaceTopologyInf
 - 
getPropertyType
 - 
getPropertyDefinition
 - 
getParentLabel
 - 
hashCode
public int hashCode() - 
equals
 - 
toString
 - 
remove
public void remove(boolean preserveData) Description copied from interface:TopologyInfremove the topology item- Specified by:
 removein interfaceTopologyInf- Parameters:
 preserveData- if true we don't delete at the SQL level
 - 
rename
- Specified by:
 renamein interfaceTopologyInf
 - 
updatePropertyDefinition
- Specified by:
 updatePropertyDefinitionin interfaceTopologyInf
 
 -