Uses of Class
things.data.Data.Type

Packages that use Data.Type
things.data   
things.thing   
 

Uses of Data.Type in things.data
 

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

Constructors in things.data with parameters of type Data.Type
Entity(int n, Data.Type t, Data.Priority p, O thing, WhoAmI imposedId, WhoAmI creatorId)
          Constructor.
Entity(int n, Data.Type t, Data.Priority p, O thing, WhoAmI imposedId, WhoAmI creatorId, AttributeReader a)
          Constructor.
Entity(int n, Data.Type t, Data.Priority p, O thing, WhoAmI imposedId, WhoAmI creatorId, java.lang.String... a)
          Constructor.
Entry(java.lang.String text, Data.Type type, Data.Priority p, int n)
          Constructor.
Entry(java.lang.String text, Data.Type type, Data.Priority p, int n, AttributeReader a)
          Constructor.
Nubblet(Data.Type t, Data.Priority p, int n, java.lang.Object o)
          Constructor.
 

Uses of Data.Type in things.thing
 

Methods in things.thing with parameters of type Data.Type
 RESULT RESULT.forgeChild(int numeric, Data.Type theType)
          Forge a child.
 RESULT RESULT.forgeChild(int numeric, Data.Type theType, java.lang.String... additionalAttributes)
          Forge a child.
static RESULT RESULT.forgeResult(int numeric, Data.Type theType, Metrics metrics, java.lang.Throwable t, java.lang.String... additionalAttributes)
          Forge a child.
 void THING.SET_RESULT(java.lang.String name, Data.Type resultType)
          Set result based on a result type only.
 

Constructors in things.thing with parameters of type Data.Type
RESULT(Data.Type theType)
          Constructor.
RESULT(int numeric, Metrics theMetrics, Data.Type theType)
          Constructor.
RESULT(int numeric, Metrics theMetrics, Data.Type theType, AttributeReader additionalAttributes)
          Constructor.
RESULT(int numeric, Metrics theMetrics, Data.Type theType, java.lang.String... additionalAttributes)
          Constructor.
RESULT(int numeric, Metrics theMetrics, Data.Type theType, WhoAmI imposedId, WhoAmI creatorId)
          Constructor.
RESULT(int numeric, Metrics theMetrics, Data.Type theType, WhoAmI imposedId, WhoAmI creatorId, AttributeReader additionalAttributes)
          Constructor.
RESULT(int numeric, Metrics theMetrics, Data.Type theType, WhoAmI imposedId, WhoAmI creatorId, java.lang.String... additionalAttributes)
          Constructor.
RESULT(Metrics theMetrics, Data.Type theType)
          Constructor.
RESULT(Metrics theMetrics, Data.Type theType, AttributeReader additionalAttributes)
          Constructor.
RESULT(Metrics theMetrics, Data.Type theType, java.lang.String... additionalAttributes)
          Constructor.
RESULT(Metrics theMetrics, Data.Type theType, WhoAmI imposedId, WhoAmI creatorId)
          Constructor.
 



Things.