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