public static enum InfoPropertiesInfoContributor.Mode extends Enum<InfoPropertiesInfoContributor.Mode>
Enum Constant and Description |
---|
FULL
Expose all available data, including custom properties.
|
SIMPLE
Expose a pre-defined set of core settings only.
|
Modifier and Type | Method and Description |
---|---|
static InfoPropertiesInfoContributor.Mode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InfoPropertiesInfoContributor.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InfoPropertiesInfoContributor.Mode FULL
public static final InfoPropertiesInfoContributor.Mode SIMPLE
public static InfoPropertiesInfoContributor.Mode[] values()
for (InfoPropertiesInfoContributor.Mode c : InfoPropertiesInfoContributor.Mode.values()) System.out.println(c);
public static InfoPropertiesInfoContributor.Mode 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 © 2018 Pivotal Software, Inc.. All rights reserved.