Uses of Class
com.endeca.itl.recordstore.GenerationStatus

Packages that use GenerationStatus
com.endeca.itl.recordstore Classes for interacting with a Record Store instance. 
 

Uses of GenerationStatus in com.endeca.itl.recordstore
 

Methods in com.endeca.itl.recordstore that return GenerationStatus
 GenerationStatus GenerationInfo.getGenerationStatus()
           
static GenerationStatus GenerationStatus.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static GenerationStatus[] GenerationStatus.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.endeca.itl.recordstore with parameters of type GenerationStatus
 void GenerationInfo.setGenerationStatus(GenerationStatus value)
           
 

Constructors in com.endeca.itl.recordstore with parameters of type GenerationStatus
GenerationInfo(GenerationId generationId, Date creationTime, GenerationStatus generationStatus)
           
 



Copyright © 2007, 2012, Oracle and/or its affiliates. All rights reserved.