Uses of Class
things.data.ThingsPropertyTrunk.Mode

Packages that use ThingsPropertyTrunk.Mode
things.data   
things.data.impl   
 

Uses of ThingsPropertyTrunk.Mode in things.data
 

Methods in things.data that return ThingsPropertyTrunk.Mode
 ThingsPropertyTrunk.Mode ThingsPropertyTrunk.getMode()
          Get the current Mode.
static ThingsPropertyTrunk.Mode ThingsPropertyTrunk.Mode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ThingsPropertyTrunk.Mode[] ThingsPropertyTrunk.Mode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of ThingsPropertyTrunk.Mode in things.data.impl
 

Methods in things.data.impl that return ThingsPropertyTrunk.Mode
 ThingsPropertyTrunk.Mode ThingsPropertyTrunkIO.getMode()
          Get the current Mode.
 ThingsPropertyTrunk.Mode ThingsPropertyTrunkInMemory.getMode()
          Get the current Mode.
 



Things.