| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| boolean | GetIsCheckedOut
()
Get method for attribute "IsCheckedOut" true if checked out and false if not. |
| boolean | GetIsModifiedInWorkspace
()
Get method for attribute "IsModifiedInWorkspace" true if modified in workspace and false if not. |
| boolean | GetIsModifiedLocally
()
Get method for attribute "IsModifiedLocally" true if modified locally and false if not. |
| Method Detail |
|---|
| GetIsCheckedOut |
|---|
| boolean | GetIsCheckedOut | () |
true if checked out and false if not.
|
| GetIsModifiedLocally |
|---|
| boolean | GetIsModifiedLocally | () |
true if modified locally and false if not.
|
| GetIsModifiedInWorkspace |
|---|
| boolean | GetIsModifiedInWorkspace | () |
true if modified in workspace and false if not.
|