public static enum SharedComponentProperties.ValueTypes extends Enum<SharedComponentProperties.ValueTypes>
| Modifier and Type | Method and Description |
|---|---|
static SharedComponentProperties.ValueTypes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SharedComponentProperties.ValueTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SharedComponentProperties.ValueTypes SHARED
public static final SharedComponentProperties.ValueTypes GLOBAL
public static final SharedComponentProperties.ValueTypes MERGED
public static SharedComponentProperties.ValueTypes[] values()
for (SharedComponentProperties.ValueTypes c : SharedComponentProperties.ValueTypes.values()) System.out.println(c);
public static SharedComponentProperties.ValueTypes 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–2020 Adobe. All rights reserved.