Uses of Class
org.hypergraphdb.atom.HGAtomRef.Mode

Packages that use HGAtomRef.Mode
org.hypergraphdb.atom   
org.hypergraphdb.type   
 

Uses of HGAtomRef.Mode in org.hypergraphdb.atom
 

Methods in org.hypergraphdb.atom that return HGAtomRef.Mode
static HGAtomRef.Mode HGAtomRef.Mode.get(byte code)
           
 HGAtomRef.Mode HGAtomRef.getMode()
          Return the atom reference mode.
 HGAtomRef.Mode AtomProjection.getMode()
           
static HGAtomRef.Mode HGAtomRef.Mode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static HGAtomRef.Mode[] HGAtomRef.Mode.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.hypergraphdb.atom with parameters of type HGAtomRef.Mode
 void AtomProjection.setMode(HGAtomRef.Mode mode)
           
 

Constructors in org.hypergraphdb.atom with parameters of type HGAtomRef.Mode
AtomProjection(HGHandle type, java.lang.String name, HGHandle valueType, HGAtomRef.Mode mode)
           Construct an atom projection link.
HGAtomRef(HGHandle referent, HGAtomRef.Mode mode)
          Construct a new HGAtomRef to the atom pointed by reference and with the specified mode.
 

Uses of HGAtomRef.Mode in org.hypergraphdb.type
 

Methods in org.hypergraphdb.type that return HGAtomRef.Mode
 HGAtomRef.Mode RecordType.getReferenceMode(HGHandle slot)