hep.geant4.jni
Class yystype

java.lang.Object
  extended by hep.geant4.jni.yystype

public class yystype
extends Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
yystype()
           
yystype(long cPtr, boolean cMemoryOwn)
           
yystype(yystype right)
           
 
Method Summary
 void delete()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
 char getC()
           
static long getCPtr(yystype obj)
           
 double getD()
           
 int getI()
           
 String getS()
           
 tokenNum getType()
           
 void setC(char value)
           
 void setD(double value)
           
 void setI(int value)
           
 void setS(String value)
           
 void setType(tokenNum value)
           
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

yystype

public yystype(long cPtr,
               boolean cMemoryOwn)

yystype

public yystype()

yystype

public yystype(yystype right)
Method Detail

getCPtr

public static long getCPtr(yystype obj)

finalize

protected void finalize()
                 throws Throwable
Overrides:
finalize in class Object
Throws:
Throwable

delete

public void delete()

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

setType

public void setType(tokenNum value)

getType

public tokenNum getType()

setD

public void setD(double value)

getD

public double getD()

setI

public void setI(int value)

getI

public int getI()

setC

public void setC(char value)

getC

public char getC()

setS

public void setS(String value)

getS

public String getS()


Copyright © 2000-2007 FreeHEP. All Rights Reserved.