public enum EOutputLanguage extends Enum<EOutputLanguage> implements com.helger.commons.id.IHasID<String>
| Modifier and Type | Method and Description |
|---|---|
static EOutputLanguage |
getFromIDCaseInsensitiveOrNull(String sID) |
String |
getID() |
String |
getLongHex(long n) |
String |
getLongPlain(long n) |
protected abstract String |
getLongValueSuffix() |
abstract String |
getTypeBoolean() |
abstract String |
getTypeLong() |
boolean |
hasIncludeFile() |
boolean |
hasStaticsFile() |
boolean |
isJava() |
static EOutputLanguage |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EOutputLanguage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EOutputLanguage JAVA
public static final EOutputLanguage CPP
public static EOutputLanguage[] values()
for (EOutputLanguage c : EOutputLanguage.values()) System.out.println(c);
public static EOutputLanguage 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 null@Nonnull @Nonempty public String getID()
getID in interface com.helger.commons.id.IHasID<String>@Nonnull @Nonempty public abstract String getTypeLong()
getLongValueSuffix()@Nonnull @Nonempty protected abstract String getLongValueSuffix()
getTypeLong()@Nonnull @Nonempty public abstract String getTypeBoolean()
public boolean isJava()
public boolean hasStaticsFile()
public boolean hasIncludeFile()
@Nullable public static EOutputLanguage getFromIDCaseInsensitiveOrNull(@Nullable String sID)
Copyright © 2017–2019 Philip Helger. All rights reserved.