public enum DownstreamGovernanceRights extends java.lang.Enum<DownstreamGovernanceRights> implements org.eclipse.emf.common.util.Enumerator
| Enum Constant and Description |
|---|
DECISION_MAKER
The 'DECISION MAKER' literal object.
|
INFLUENCER
The 'INFLUENCER' literal object.
|
MONOPOLIST
The 'MONOPOLIST' literal object.
|
OPINION_LEADER
The 'OPINION LEADER' literal object.
|
VETO_RIGHT
The 'VETO RIGHT' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
DECISION_MAKER_VALUE
The 'DECISION MAKER' literal value.
|
static int |
INFLUENCER_VALUE
The 'INFLUENCER' literal value.
|
static int |
MONOPOLIST_VALUE
The 'MONOPOLIST' literal value.
|
static int |
OPINION_LEADER_VALUE
The 'OPINION LEADER' literal value.
|
static java.util.List<DownstreamGovernanceRights> |
VALUES
A public read-only list of all the 'Downstream Governance Rights' enumerators.
|
static int |
VETO_RIGHT_VALUE
The 'VETO RIGHT' literal value.
|
| Modifier and Type | Method and Description |
|---|---|
static DownstreamGovernanceRights |
get(int value)
Returns the 'Downstream Governance Rights' literal with the specified integer value.
|
static DownstreamGovernanceRights |
get(java.lang.String literal)
Returns the 'Downstream Governance Rights' literal with the specified literal value.
|
static DownstreamGovernanceRights |
getByName(java.lang.String name)
Returns the 'Downstream Governance Rights' literal with the specified name.
|
java.lang.String |
getLiteral() |
java.lang.String |
getName() |
int |
getValue() |
java.lang.String |
toString()
Returns the literal value of the enumerator, which is its string representation.
|
static DownstreamGovernanceRights |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DownstreamGovernanceRights[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DownstreamGovernanceRights INFLUENCER
INFLUENCER_VALUEpublic static final DownstreamGovernanceRights OPINION_LEADER
OPINION_LEADER_VALUEpublic static final DownstreamGovernanceRights VETO_RIGHT
VETO_RIGHT_VALUEpublic static final DownstreamGovernanceRights DECISION_MAKER
DECISION_MAKER_VALUEpublic static final DownstreamGovernanceRights MONOPOLIST
MONOPOLIST_VALUEpublic static final int INFLUENCER_VALUE
If the meaning of 'INFLUENCER' literal object isn't clear, there really should be more of a description here...
INFLUENCER,
Constant Field Valuespublic static final int OPINION_LEADER_VALUE
If the meaning of 'OPINION LEADER' literal object isn't clear, there really should be more of a description here...
OPINION_LEADER,
Constant Field Valuespublic static final int VETO_RIGHT_VALUE
If the meaning of 'VETO RIGHT' literal object isn't clear, there really should be more of a description here...
VETO_RIGHT,
Constant Field Valuespublic static final int DECISION_MAKER_VALUE
If the meaning of 'DECISION MAKER' literal object isn't clear, there really should be more of a description here...
DECISION_MAKER,
Constant Field Valuespublic static final int MONOPOLIST_VALUE
If the meaning of 'MONOPOLIST' literal object isn't clear, there really should be more of a description here...
MONOPOLIST,
Constant Field Valuespublic static final java.util.List<DownstreamGovernanceRights> VALUES
public static DownstreamGovernanceRights[] values()
for (DownstreamGovernanceRights c : DownstreamGovernanceRights.values()) System.out.println(c);
public static DownstreamGovernanceRights 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 static DownstreamGovernanceRights get(java.lang.String literal)
literal - the literal.null.public static DownstreamGovernanceRights getByName(java.lang.String name)
name - the name.null.public static DownstreamGovernanceRights get(int value)
value - the integer value.null.public int getValue()
getValue in interface org.eclipse.emf.common.util.Enumeratorpublic java.lang.String getName()
getName in interface org.eclipse.emf.common.util.Enumeratorpublic java.lang.String getLiteral()
getLiteral in interface org.eclipse.emf.common.util.Enumeratorpublic java.lang.String toString()
toString in class java.lang.Enum<DownstreamGovernanceRights>