public class MolStackElem
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
swigCMemOwn |
Modifier | Constructor and Description |
---|---|
|
MolStackElem(Atom at) |
|
MolStackElem(Bond bond,
int idx) |
|
MolStackElem(int idx) |
protected |
MolStackElem(long cPtr,
boolean cMemoryOwn) |
|
MolStackElem(java.lang.String chr,
int idx) |
Modifier and Type | Method and Description |
---|---|
void |
delete() |
protected void |
finalize() |
protected static long |
getCPtr(MolStackElem obj) |
int |
getNumber() |
MolStackUnion |
getObj() |
MolStackTypes |
getType() |
void |
setNumber(int value) |
void |
setObj(MolStackUnion value) |
void |
setType(MolStackTypes value) |
protected MolStackElem(long cPtr, boolean cMemoryOwn)
public MolStackElem(Atom at)
public MolStackElem(Bond bond, int idx)
public MolStackElem(int idx)
public MolStackElem(java.lang.String chr, int idx)
protected static long getCPtr(MolStackElem obj)
protected void finalize()
finalize
in class java.lang.Object
public void delete()
public void setType(MolStackTypes value)
public MolStackTypes getType()
public void setObj(MolStackUnion value)
public MolStackUnion getObj()
public void setNumber(int value)
public int getNumber()