- java.lang.Object
-
- com.corticon.eclipse.core.util.MatrixCell
-
-
Field Summary
Fields
| Modifier and Type |
Field and Description |
protected boolean |
ibValid |
protected java.lang.String |
istrValue |
-
Constructor Summary
Constructors
| Constructor and Description |
MatrixCell(java.lang.String astrValue) |
MatrixCell(java.lang.String astrValue,
boolean abValid) |
-
Method Summary
Methods
| Modifier and Type |
Method and Description |
java.lang.String |
getValue() |
boolean |
isValid() |
void |
setValid(boolean abValid) |
void |
setValue(java.lang.String astrValue) |
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
isValid
public boolean isValid()
Copyright © 2005-2013 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.