equip.data
Class TupleImpl

java.lang.Object
  extended byequip.runtime.Object
      extended byequip.runtime.ValueBase
          extended byequip.data.ItemData
              extended byequip.data.Tuple
                  extended byequip.data.TupleImpl
All Implemented Interfaces:
java.lang.Cloneable
Direct Known Subclasses:
SampleExtensionTypeImpl

public class TupleImpl
extends Tuple

Implementation of IDL'd abstract class Tuple


Field Summary
 
Fields inherited from class equip.data.Tuple
fields
 
Fields inherited from class equip.data.ItemData
id, name
 
Constructor Summary
TupleImpl()
           
TupleImpl(ValueBase f1)
          convenience constructor - 1 field
TupleImpl(ValueBase f1, ValueBase f2)
          convenience constructor - 2 fields
TupleImpl(ValueBase f1, ValueBase f2, ValueBase f3)
          convenience constructor - 3 fields
TupleImpl(ValueBase f1, ValueBase f2, ValueBase f3, ValueBase f4)
          convenience constructor - 4 fields
TupleImpl(ValueBase f1, ValueBase f2, ValueBase f3, ValueBase f4, ValueBase f5)
          convenience constructor - 5 fields
TupleImpl(ValueBase f1, ValueBase f2, ValueBase f3, ValueBase f4, ValueBase f5, ValueBase f6)
          convenience constructor - 6 fields
TupleImpl(ValueBase f1, ValueBase f2, ValueBase f3, ValueBase f4, ValueBase f5, ValueBase f6, ValueBase f7)
          convenience constructor - 7 fields
TupleImpl(ValueBase f1, ValueBase f2, ValueBase f3, ValueBase f4, ValueBase f5, ValueBase f6, ValueBase f7, ValueBase f8)
          convenience constructor - 8 fields
TupleImpl(ValueBase f1, ValueBase f2, ValueBase f3, ValueBase f4, ValueBase f5, ValueBase f6, ValueBase f7, ValueBase f8, ValueBase f9)
          convenience constructor - 9 fields
 
Method Summary
 boolean _matches_helper(Tuple c)
          custom matching
 
Methods inherited from class equip.data.Tuple
_equals_helper, equals, getModuleName, matches, readObject, writeObject
 
Methods inherited from class equip.data.ItemData
_equals_helper, _matches_helper
 
Methods inherited from class equip.runtime.ValueBase
_equals_helper, _matches_helper, clone
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TupleImpl

public TupleImpl()

TupleImpl

public TupleImpl(ValueBase f1)
convenience constructor - 1 field


TupleImpl

public TupleImpl(ValueBase f1,
                 ValueBase f2)
convenience constructor - 2 fields


TupleImpl

public TupleImpl(ValueBase f1,
                 ValueBase f2,
                 ValueBase f3)
convenience constructor - 3 fields


TupleImpl

public TupleImpl(ValueBase f1,
                 ValueBase f2,
                 ValueBase f3,
                 ValueBase f4)
convenience constructor - 4 fields


TupleImpl

public TupleImpl(ValueBase f1,
                 ValueBase f2,
                 ValueBase f3,
                 ValueBase f4,
                 ValueBase f5)
convenience constructor - 5 fields


TupleImpl

public TupleImpl(ValueBase f1,
                 ValueBase f2,
                 ValueBase f3,
                 ValueBase f4,
                 ValueBase f5,
                 ValueBase f6)
convenience constructor - 6 fields


TupleImpl

public TupleImpl(ValueBase f1,
                 ValueBase f2,
                 ValueBase f3,
                 ValueBase f4,
                 ValueBase f5,
                 ValueBase f6,
                 ValueBase f7)
convenience constructor - 7 fields


TupleImpl

public TupleImpl(ValueBase f1,
                 ValueBase f2,
                 ValueBase f3,
                 ValueBase f4,
                 ValueBase f5,
                 ValueBase f6,
                 ValueBase f7,
                 ValueBase f8)
convenience constructor - 8 fields


TupleImpl

public TupleImpl(ValueBase f1,
                 ValueBase f2,
                 ValueBase f3,
                 ValueBase f4,
                 ValueBase f5,
                 ValueBase f6,
                 ValueBase f7,
                 ValueBase f8,
                 ValueBase f9)
convenience constructor - 9 fields

Method Detail

_matches_helper

public boolean _matches_helper(Tuple c)
custom matching

Overrides:
_matches_helper in class Tuple