public static final enum

CurrentState.CurrentStateProperty

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ org.apache.helix.model.CurrentState.CurrentStateProperty

Class Overview

Lookup keys for the current state

Summary

Enum Values
CurrentState.CurrentStateProperty  CURRENT_STATE   
CurrentState.CurrentStateProperty  RESOURCE   
CurrentState.CurrentStateProperty  SESSION_ID   
CurrentState.CurrentStateProperty  STATE_MODEL_DEF   
CurrentState.CurrentStateProperty  STATE_MODEL_FACTORY_NAME   
Public Methods
static CurrentState.CurrentStateProperty valueOf(String name)
final static CurrentStateProperty[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final CurrentState.CurrentStateProperty CURRENT_STATE

public static final CurrentState.CurrentStateProperty RESOURCE

public static final CurrentState.CurrentStateProperty SESSION_ID

public static final CurrentState.CurrentStateProperty STATE_MODEL_DEF

public static final CurrentState.CurrentStateProperty STATE_MODEL_FACTORY_NAME

Public Methods

public static CurrentState.CurrentStateProperty valueOf (String name)

public static final CurrentStateProperty[] values ()