public static enum BrowseAdded.Entry.Flags extends Enum<BrowseAdded.Entry.Flags>
Modifier and Type | Method and Description |
---|---|
static BrowseAdded.Entry.Flags |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BrowseAdded.Entry.Flags[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BrowseAdded.Entry.Flags INPUT
public static final BrowseAdded.Entry.Flags OUTPUT
public static BrowseAdded.Entry.Flags[] values()
for (BrowseAdded.Entry.Flags c : BrowseAdded.Entry.Flags.values()) System.out.println(c);
public static BrowseAdded.Entry.Flags 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 © 2016 Eclipse NeoSCADA Project. All rights reserved.