Enum Class MudlibProjectionRole
- All Implemented Interfaces:
Serializable, Comparable<MudlibProjectionRole>, Constable
Engine-visible role played by an opaque mudlib-side compatibility projection.
-
Nested Class Summary
Nested classes/interfaces inherited from class Enum
Enum.EnumDesc<E> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionLegacy projection that combines Player-profile/policy and Persona-behavior responsibilities.Mudlib-owned behavior/state for the Persona's in-World manifestation.Mudlib-owned profile, account, login, or policy state associated with the Player endpoint. -
Method Summary
Modifier and TypeMethodDescriptionstatic MudlibProjectionRoleReturns the enum constant of this class with the specified name.static MudlibProjectionRole[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
PLAYER_PROFILE
Mudlib-owned profile, account, login, or policy state associated with the Player endpoint. -
PERSONA_BEHAVIOR
Mudlib-owned behavior/state for the Persona's in-World manifestation. -
COMBINED_PLAYER_PERSONA
Legacy projection that combines Player-profile/policy and Persona-behavior responsibilities.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-