Author: ruschein
Date: 2011-01-31 16:11:03 -0800 (Mon, 31 Jan 2011)
New Revision: 23985
Modified:
core3/model-api/trunk/src/main/java/org/cytoscape/model/CyColumn.java
Log:
Expanded the comment on isMutable.
Modified: core3/model-api/trunk/src/main/java/org/cytoscape/model/CyColumn.java
===================================================================
--- core3/model-api/trunk/src/main/java/org/cytoscape/model/CyColumn.java
2011-02-01 00:06:04 UTC (rev 23984)
+++ core3/model-api/trunk/src/main/java/org/cytoscape/model/CyColumn.java
2011-02-01 00:11:03 UTC (rev 23985)
@@ -53,7 +53,9 @@
/** @return true if the column is the primary key, otherwise false. */
boolean isPrimaryKey();
- /** @return true if the column is immutable i.e. cannot be deleted,
otherwise false. */
+ /** @return true if the column is immutable i.e. cannot be deleted,
otherwise false.
+ * Please not that this does not affect the ability to add or modify
values in this column!
+ */
boolean isImmutable();
/** Returns the table for this column.
--
You received this message because you are subscribed to the Google Groups
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/cytoscape-cvs?hl=en.