public enum CompositeProjectFormat extends Enum<CompositeProjectFormat>
| Modifier and Type | Method and Description |
|---|---|
static CompositeProjectFormat |
fromString(String format) |
String |
getFormat() |
String |
toString() |
static CompositeProjectFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompositeProjectFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CompositeProjectFormat V1_2
public static final CompositeProjectFormat V1_3
public static CompositeProjectFormat[] values()
for (CompositeProjectFormat c : CompositeProjectFormat.values()) System.out.println(c);
public static CompositeProjectFormat 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 String getFormat()
public static CompositeProjectFormat fromString(String format)
public String toString()
toString in class Enum<CompositeProjectFormat>Copyright © 2019. All rights reserved.