Enum Constant and Description |
---|
ALIGN |
ARRAY |
BARRIER |
BCAST |
COARRAY |
DISTRIBUTE |
FUNCTION_BODY |
GMOVE |
IMAGE |
LOCAL_ALIAS |
LOOP |
NODES |
PRAGMA_END |
REDUCTION |
REFLECT |
SAVE_DESC |
SHADOW |
TASK |
TASKS |
TEMPLATE |
TEMPLATE_FIX |
WAIT_ASYNC |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName() |
static XMPpragma |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static XMPpragma |
valueOf(Xobject x) |
static XMPpragma[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XMPpragma NODES
public static final XMPpragma TEMPLATE
public static final XMPpragma DISTRIBUTE
public static final XMPpragma ALIGN
public static final XMPpragma SHADOW
public static final XMPpragma LOCAL_ALIAS
public static final XMPpragma SAVE_DESC
public static final XMPpragma TEMPLATE_FIX
public static final XMPpragma TASK
public static final XMPpragma TASKS
public static final XMPpragma LOOP
public static final XMPpragma REFLECT
public static final XMPpragma GMOVE
public static final XMPpragma BARRIER
public static final XMPpragma REDUCTION
public static final XMPpragma BCAST
public static final XMPpragma WAIT_ASYNC
public static final XMPpragma COARRAY
public static final XMPpragma IMAGE
public static final XMPpragma ARRAY
public static final XMPpragma FUNCTION_BODY
public static final XMPpragma PRAGMA_END
public static XMPpragma[] values()
for (XMPpragma c : XMPpragma.values()) System.out.println(c);
public static XMPpragma 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 nullpublic java.lang.String getName()