Uses of Class
info.rolandkrueger.roklib.util.data.ManagedValue.StatusEnum

Packages that use ManagedValue.StatusEnum
info.rolandkrueger.roklib.util.data General data handling utility classes. 
 

Uses of ManagedValue.StatusEnum in info.rolandkrueger.roklib.util.data
 

Fields in info.rolandkrueger.roklib.util.data declared as ManagedValue.StatusEnum
private  ManagedValue.StatusEnum ManagedValue.mStatus
           
 

Methods in info.rolandkrueger.roklib.util.data that return ManagedValue.StatusEnum
 ManagedValue.StatusEnum ManagedValue.getState()
          Returns the current state of the data value.
static ManagedValue.StatusEnum ManagedValue.StatusEnum.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ManagedValue.StatusEnum[] ManagedValue.StatusEnum.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2007-2011. All Rights Reserved.