Uses of Class
things.data.NV

Packages that use NV
things.common   
things.data   
things.data.impl   
things.testing.unit   
things.thinger.service.command   
things.thinger.service.command.local   
 

Uses of NV in things.common
 

Methods in things.common that return NV
protected  NV[] ThingsException.chainAttributes(int number, int limit, NV[] starting)
          Chain attributes through all causes.
 

Methods in things.common with parameters of type NV
 void ThingsException.addAttribute(NV attribute)
          Add an attribute as a NV.
protected  NV[] ThingsException.chainAttributes(int number, int limit, NV[] starting)
          Chain attributes through all causes.
 NVImmutable[] ThingsException.getAttributesNV(NV ina)
          Get attributes as NVImmutable.
 NVImmutable[] ThingsException.getAttributesNVMulti(NV... ina)
          Get attributes as NVs.
 

Uses of NV in things.data
 

Methods in things.data that return NV
 NV ThingsPropertyTrunk.readNext()
          Read the next property.
 

Uses of NV in things.data.impl
 

Methods in things.data.impl that return NV
 NV ThingsPropertyTrunkIO.readNext()
          Read the next property.
 NV ThingsPropertyTrunkInMemory.readNext()
          Read the next property.
 

Uses of NV in things.testing.unit
 

Methods in things.testing.unit that return types with arguments of type NV
 java.util.List<NV> TestCase.getValues()
          Get values list.
 

Method parameters in things.testing.unit with type arguments of type NV
 void ResultExpresserText.express(java.lang.String date, ResultExpresser.expressionType type, Result theResult, int index, java.lang.String name, java.lang.String message, int numberPass, int numberFail, int numberInconclusive, int numberException, int numberAbort, long time, long size, java.lang.String code, java.util.List<NV> values)
          Submit a full expression.
abstract  void ResultExpresser.express(java.lang.String date, ResultExpresser.expressionType type, Result theResult, int index, java.lang.String name, java.lang.String message, int numberPass, int numberFail, int numberInconclusive, int numberException, int numberAbort, long time, long size, java.lang.String code, java.util.List<NV> values)
          Submit a full expression.
 void ResultExpresser.expressCase(java.lang.String date, Result theResult, int index, java.lang.String name, java.lang.String message, long time, long size, java.lang.String code, java.util.List<NV> values)
          Submit a CASE expression.
 

Uses of NV in things.thinger.service.command
 

Methods in things.thinger.service.command with parameters of type NV
 void CommandResponder.add(NV item)
          Add a response.
 void Command.RESPOND(NV item)
          Set a response.
 

Uses of NV in things.thinger.service.command.local
 

Methods in things.thinger.service.command.local with parameters of type NV
 void LocalCommandResponder.add(NV item)
          Add a response.
 



Things.