Uses of Class
things.thinger.io.conduits.Conduit.InjectorType

Packages that use Conduit.InjectorType
things.thinger.io.conduits   
things.thinger.io.conduits.basic   
 

Uses of Conduit.InjectorType in things.thinger.io.conduits
 

Methods in things.thinger.io.conduits that return Conduit.InjectorType
 Conduit.InjectorType Injector.getMyType()
          Get the injector type.
static Conduit.InjectorType Conduit.InjectorType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Conduit.InjectorType[] Conduit.InjectorType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in things.thinger.io.conduits with parameters of type Conduit.InjectorType
 Injector Conduit.getInjector(Conduit.InjectorType theType)
          This will get an injector to the conduit.
 Injector Conduit.getInjector(Conduit.InjectorType theType, java.lang.String name)
          This will get an injector to the conduit, named.
 void Injector.init(ConduitID yourId, Conduit.InjectorType theType)
          Initialize the Injector.
 

Uses of Conduit.InjectorType in things.thinger.io.conduits.basic
 

Methods in things.thinger.io.conduits.basic that return Conduit.InjectorType
 Conduit.InjectorType BasicInjector.getMyType()
          Get the injector type.
 

Methods in things.thinger.io.conduits.basic with parameters of type Conduit.InjectorType
 Injector BasicConduit.getInjector(Conduit.InjectorType theType)
          This will get an injector to the conduit.
 Injector BasicConduit.getInjector(Conduit.InjectorType theType, java.lang.String name)
          This will get an injector to the conduit, named.
 void BasicInjector.init(ConduitID yourId, Conduit.InjectorType theType)
          Initialize the Injector.
 



Things.