public static enum CxxLibraryDescription.MetadataType extends Enum<CxxLibraryDescription.MetadataType> implements FlavorConvertible
| Enum Constant and Description |
|---|
CXX_HEADERS |
CXX_PREPROCESSOR_INPUT |
| Modifier and Type | Method and Description |
|---|---|
Flavor |
getFlavor() |
static CxxLibraryDescription.MetadataType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CxxLibraryDescription.MetadataType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CxxLibraryDescription.MetadataType CXX_HEADERS
public static final CxxLibraryDescription.MetadataType CXX_PREPROCESSOR_INPUT
public static CxxLibraryDescription.MetadataType[] values()
for (CxxLibraryDescription.MetadataType c : CxxLibraryDescription.MetadataType.values()) System.out.println(c);
public static CxxLibraryDescription.MetadataType 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 nullpublic Flavor getFlavor()
getFlavor in interface FlavorConvertible