public final class SubscriberType
extends org.eclipse.emf.common.util.AbstractEnumerator
ConfigmodelPackage.getSubscriberType()
Modifier and Type | Field and Description |
---|---|
static int |
MODIFICATION_SUBSCRIBER
The 'Modification Subscriber' literal value.
|
static SubscriberType |
MODIFICATION_SUBSCRIBER_LITERAL
The 'Modification Subscriber' literal object.
|
static int |
NOTIFICATION_SUBSCRIBER
The 'Notification Subscriber' literal value.
|
static SubscriberType |
NOTIFICATION_SUBSCRIBER_LITERAL
The 'Notification Subscriber' literal object.
|
static java.util.List |
VALUES
A public read-only list of all the 'Subscriber Type' enumerators.
|
Modifier and Type | Method and Description |
---|---|
static SubscriberType |
get(int value)
Returns the 'Subscriber Type' literal with the specified value.
|
static SubscriberType |
get(java.lang.String name)
Returns the 'Subscriber Type' literal with the specified name.
|
public static final int NOTIFICATION_SUBSCRIBER
NOTIFICATION_SUBSCRIBER_LITERAL
,
Constant Field Valuespublic static final int MODIFICATION_SUBSCRIBER
MODIFICATION_SUBSCRIBER_LITERAL
,
Constant Field Valuespublic static final SubscriberType NOTIFICATION_SUBSCRIBER_LITERAL
If the meaning of 'Notification Subscriber' literal object isn't clear, there really should be more of a description here...
NOTIFICATION_SUBSCRIBER
public static final SubscriberType MODIFICATION_SUBSCRIBER_LITERAL
If the meaning of 'Modification Subscriber' literal object isn't clear, there really should be more of a description here...
MODIFICATION_SUBSCRIBER
public static final java.util.List VALUES
public static SubscriberType get(java.lang.String name)
public static SubscriberType get(int value)