public enum UMLDialect extends Enum<UMLDialect> implements OptionEnum
| Modifier and Type | Method and Description |
|---|---|
static String |
asString() |
String |
getDescription() |
static UMLDialect |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UMLDialect[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UMLDialect papyrus
public static final UMLDialect magicdraw
public static UMLDialect[] values()
for (UMLDialect c : UMLDialect.values()) System.out.println(c);
public static UMLDialect 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 getDescription()
getDescription in interface OptionEnumpublic static String asString()
Copyright © 2017. All rights reserved.