public enum FumlSystemProperty extends Enum<FumlSystemProperty>
| Enum Constant and Description |
|---|
CONFIG |
REPOSITORY |
| Modifier and Type | Method and Description |
|---|---|
String |
getProperty()
Returns the Java system property name.
|
static FumlSystemProperty |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FumlSystemProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FumlSystemProperty CONFIG
public static final FumlSystemProperty REPOSITORY
public static FumlSystemProperty[] values()
for (FumlSystemProperty c : FumlSystemProperty.values()) System.out.println(c);
public static FumlSystemProperty 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 getProperty()
Copyright © 2017. All rights reserved.