|
Carbide.c++ | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<EMMPPathContext>
com.nokia.carbide.cdt.builder.EMMPPathContext
public enum EMMPPathContext
This enumeration describes the contexts in which IPath elements
are used in the IMMPView. Pass it as a parameter to MMPViewPathHelper
instances.
Enum Constant Summary | |
---|---|
AIF_BITMAP
|
|
AIF_SOURCE
|
|
DEFFILE
|
|
DOCUMENT
|
|
RESOURCE
RESOURCE or SYSTEMRESOURCE statements |
|
SOURCE
|
|
SOURCEPATH
|
|
START_BITMAP_SOURCE
|
|
START_BITMAP_SOURCEPATH
|
|
START_RESOURCE
START RESOURCE block |
|
SYSTEMINCLUDE
|
|
SYSTEMRESOURCE
|
|
TARGETPATH
|
|
USERINCLUDE
|
Method Summary | |
---|---|
boolean |
isFile()
Tell whether the context specifies files rather than directories. |
boolean |
useMakeAbs()
Tell whether the path is interpreted to allow full paths (in the local filesystem). |
boolean |
useMakeEAbs()
Tell whether the path is interpreted such that full paths are EPOCROOT-relative. |
static EMMPPathContext |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static EMMPPathContext[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final EMMPPathContext SOURCEPATH
public static final EMMPPathContext START_BITMAP_SOURCEPATH
public static final EMMPPathContext USERINCLUDE
public static final EMMPPathContext SYSTEMINCLUDE
public static final EMMPPathContext TARGETPATH
public static final EMMPPathContext DEFFILE
public static final EMMPPathContext AIF_SOURCE
public static final EMMPPathContext AIF_BITMAP
public static final EMMPPathContext SOURCE
public static final EMMPPathContext START_BITMAP_SOURCE
public static final EMMPPathContext START_RESOURCE
public static final EMMPPathContext RESOURCE
public static final EMMPPathContext SYSTEMRESOURCE
public static final EMMPPathContext DOCUMENT
Method Detail |
---|
public static final EMMPPathContext[] values()
for(EMMPPathContext c : EMMPPathContext.values()) System.out.println(c);
public static EMMPPathContext valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namepublic boolean useMakeEAbs()
public boolean useMakeAbs()
public boolean isFile()
|
Carbide.c++ | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |