public static enum SmiCompiler.OverwriteMode extends Enum<SmiCompiler.OverwriteMode>
| Enum Constant and Description |
|---|
addNewOnly |
overwriteAlways |
overwriteIfNewer |
| Modifier and Type | Method and Description |
|---|---|
static SmiCompiler.OverwriteMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SmiCompiler.OverwriteMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SmiCompiler.OverwriteMode addNewOnly
public static final SmiCompiler.OverwriteMode overwriteIfNewer
public static final SmiCompiler.OverwriteMode overwriteAlways
public static SmiCompiler.OverwriteMode[] values()
for (SmiCompiler.OverwriteMode c : SmiCompiler.OverwriteMode.values()) System.out.println(c);
public static SmiCompiler.OverwriteMode 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 nullCopyright © 2015 SNMP4J.com. All Rights Reserved.