public static enum ProfileEntryUtils.ProfileEntryType extends Enum<ProfileEntryUtils.ProfileEntryType>
| Modifier and Type | Method and Description |
|---|---|
static ProfileEntryUtils.ProfileEntryType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProfileEntryUtils.ProfileEntryType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProfileEntryUtils.ProfileEntryType folder
public static final ProfileEntryUtils.ProfileEntryType link
public static ProfileEntryUtils.ProfileEntryType[] values()
for (ProfileEntryUtils.ProfileEntryType c : ProfileEntryUtils.ProfileEntryType.values()) System.out.println(c);
public static ProfileEntryUtils.ProfileEntryType 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 nullCopyright © 2013 BonitaSoft. All Rights Reserved.