|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
|
| Uses of HGAtomRef.Mode in org.hypergraphdb.type |
|---|
| Methods in org.hypergraphdb.type that return HGAtomRef.Mode | |
|---|---|
HGAtomRef.Mode |
RecordType.getReferenceMode(HGHandle slot)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||