public static enum InfFlowPOSnippetFactory.Snippet extends Enum<InfFlowPOSnippetFactory.Snippet>
Modifier and Type | Method and Description |
---|---|
static InfFlowPOSnippetFactory.Snippet |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InfFlowPOSnippetFactory.Snippet[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InfFlowPOSnippetFactory.Snippet INF_FLOW_INPUT_OUTPUT_RELATION
public static final InfFlowPOSnippetFactory.Snippet INF_FLOW_CONTRACT_APP_INOUT_RELATION
public static final InfFlowPOSnippetFactory.Snippet INF_FLOW_CONTRACT_APPL
public static final InfFlowPOSnippetFactory.Snippet INF_FLOW_LOOP_INVARIANT_APPL
public static final InfFlowPOSnippetFactory.Snippet SELFCOMPOSED_EXECUTION_WITH_PRE_RELATION
public static final InfFlowPOSnippetFactory.Snippet SELFCOMPOSED_LOOP_WITH_INV_RELATION
public static final InfFlowPOSnippetFactory.Snippet SELFCOMPOSED_BLOCK_WITH_PRE_RELATION
public final Class<?> c
public static InfFlowPOSnippetFactory.Snippet[] values()
for (InfFlowPOSnippetFactory.Snippet c : InfFlowPOSnippetFactory.Snippet.values()) System.out.println(c);
public static InfFlowPOSnippetFactory.Snippet 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 null