com.togethersoft.openapi.ide.project
Interface IdeProjectConstant
- public interface IdeProjectConstant
Stores string constants that define various types of access to IdeProjectNodes.
- Author:
- TogetherSoft
- Since: Together 3.0
- See Also: IdeProjectNode.getAccess()
| Field Summary |
final static String | IMPORT The IdeProjectNode is an imported part of the project. |
final static String | READONLY The IdeProjectNode is read-only. |
final static String | WRITABLE The IdeProjectNode is writable. |
IMPORT
public final static String IMPORT
- The
IdeProjectNode is an imported part of the project.
READONLY
public final static String READONLY
- The
IdeProjectNode is read-only.
WRITABLE
public final static String WRITABLE
- The
IdeProjectNode is writable.
to Class java.lang.String- The
IdeProjectNode is read-only.
to Class java.lang.String
- The
IdeProjectNode is an imported part of the project.
to Class java.lang.String
- The
IdeProjectNode is writable.