public static enum NeptusProperty.LEVEL extends java.lang.Enum<NeptusProperty.LEVEL>
| Modifier and Type | Method and Description |
|---|---|
int |
getLevel() |
static NeptusProperty.LEVEL |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NeptusProperty.LEVEL[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NeptusProperty.LEVEL REGULAR
public static final NeptusProperty.LEVEL ADVANCED
public static NeptusProperty.LEVEL[] values()
for (NeptusProperty.LEVEL c : NeptusProperty.LEVEL.values()) System.out.println(c);
public static NeptusProperty.LEVEL valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic int getLevel()
Copyright © 2004-2014 FEUP-LSTS and Neptus developers. All Rights Reserved.