public static enum InfFlowPOSnippetFactory.Snippet extends java.lang.Enum<InfFlowPOSnippetFactory.Snippet>
| Modifier and Type | Field and Description | 
|---|---|
java.lang.Class<?> | 
c  | 
| Modifier and Type | Method and Description | 
|---|---|
static InfFlowPOSnippetFactory.Snippet | 
valueOf(java.lang.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 static InfFlowPOSnippetFactory.Snippet[] values()
for (InfFlowPOSnippetFactory.Snippet c : InfFlowPOSnippetFactory.Snippet.values()) System.out.println(c);
public static InfFlowPOSnippetFactory.Snippet valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null