Uses of Class
cst.loggingTool.persistenceLayer.CompletionFilterCommand.CompletionState

Packages that use CompletionFilterCommand.CompletionState
cst.loggingTool.persistenceLayer   
 

Uses of CompletionFilterCommand.CompletionState in cst.loggingTool.persistenceLayer
 

Methods in cst.loggingTool.persistenceLayer that return CompletionFilterCommand.CompletionState
 CompletionFilterCommand.CompletionState CompletionFilterCommand.getCompletionState()
           
static CompletionFilterCommand.CompletionState CompletionFilterCommand.CompletionState.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CompletionFilterCommand.CompletionState[] CompletionFilterCommand.CompletionState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in cst.loggingTool.persistenceLayer with parameters of type CompletionFilterCommand.CompletionState
CompletionFilterCommand(SessionProperties sessionProperties, CompletionFilterCommand.CompletionState completionState)