public static enum SysIntf.MethodEmitted extends Enum<SysIntf.MethodEmitted>
| Enum Constant and Description |
|---|
eventMethod
Method from event
|
noMethod
No method for calendar
|
publish
It's a publish
|
| Modifier and Type | Method and Description |
|---|---|
static SysIntf.MethodEmitted |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SysIntf.MethodEmitted[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SysIntf.MethodEmitted noMethod
public static final SysIntf.MethodEmitted eventMethod
public static final SysIntf.MethodEmitted publish
public static SysIntf.MethodEmitted[] values()
for (SysIntf.MethodEmitted c : SysIntf.MethodEmitted.values()) System.out.println(c);
public static SysIntf.MethodEmitted 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 © 2018 Bedework. All rights reserved.