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 StringIMPORT
          The IdeProjectNode is an imported part of the project.
 final static StringREADONLY
          The IdeProjectNode is read-only.
 final static StringWRITABLE
          The IdeProjectNode is writable.

Field Detail

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.

Association Links

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.