public static enum CcFile.LoadState extends Enum<CcFile.LoadState> implements com.ibm.rational.wvcm.stpex.StpExEnumeration
Enum Constant and Description |
---|
LOADED
This file or directory is loaded in its file area.
|
NOT_LOADED
This file or directory is not loaded in its file area.
|
PARTIALLY_LOADED
This directory is partially loaded in its file area, i.e.,
some but not all of its children are loaded.
|
Modifier and Type | Method and Description |
---|---|
static CcFile.LoadState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CcFile.LoadState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CcFile.LoadState LOADED
public static final CcFile.LoadState NOT_LOADED
public static final CcFile.LoadState PARTIALLY_LOADED
public static CcFile.LoadState valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullpublic static CcFile.LoadState[] values()
for (CcFile.LoadState c : CcFile.LoadState.values()) System.out.println(c);
Copyright © IBM 2018. All rights reserved.