public static enum Facet.Implementation extends java.lang.Enum<Facet.Implementation>
Enum Constant and Description |
---|
AUTODETECT |
FAVOR_CPU |
FAVOR_MEMORY |
Modifier and Type | Method and Description |
---|---|
static Facet.Implementation |
getEnum(java.lang.String str) |
java.lang.String |
toString() |
static Facet.Implementation |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Facet.Implementation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Facet.Implementation AUTODETECT
public static final Facet.Implementation FAVOR_CPU
public static final Facet.Implementation FAVOR_MEMORY
public static Facet.Implementation[] values()
for (Facet.Implementation c : Facet.Implementation.values()) System.out.println(c);
public static Facet.Implementation 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 toString()
toString
in class java.lang.Enum<Facet.Implementation>
public static Facet.Implementation getEnum(java.lang.String str)
Copyright © 2013 Dassault Systèmes, All Rights Reserved.