public static enum SamEnablingPolicy.AppliesToType extends Enum<SamEnablingPolicy.AppliesToType>
| Modifier and Type | Method and Description |
|---|---|
static SamEnablingPolicy.AppliesToType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SamEnablingPolicy.AppliesToType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SamEnablingPolicy.AppliesToType consumer
public static final SamEnablingPolicy.AppliesToType provider
public static final SamEnablingPolicy.AppliesToType always
public static final SamEnablingPolicy.AppliesToType none
public static SamEnablingPolicy.AppliesToType[] values()
for (SamEnablingPolicy.AppliesToType c : SamEnablingPolicy.AppliesToType.values()) System.out.println(c);
public static SamEnablingPolicy.AppliesToType 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 © 2011–2021 Talend Inc.. All rights reserved.