com.safi.asterisk
Class ast_format

java.lang.Object
  extended by com.safi.asterisk.ast_format

public class ast_format
extends java.lang.Object


Constructor Summary
ast_format()
           
 
Method Summary
 void delete()
           
 SWIGTYPE_p_f_p_struct_ast_filestream__void getClose()
           
 java.lang.String getExts()
           
 int getFormat()
           
 SWIGTYPE_p_f_p_struct_ast_filestream__p_char getGetcomment()
           
 java.lang.String getName()
           
 ast_format getNext()
           
 SWIGTYPE_p_f_int__p_ast_filestream getOpen()
           
 SWIGTYPE_p_f_p_struct_ast_filestream_p_int__p_ast_frame getRead()
           
 SWIGTYPE_p_f_int_p_char__p_ast_filestream getRewrite()
           
 SWIGTYPE_p_f_p_struct_ast_filestream_long_int__int getSeek()
           
 SWIGTYPE_p_f_p_struct_ast_filestream__long getTell()
           
 SWIGTYPE_p_f_p_struct_ast_filestream__int getTrunc()
           
 SWIGTYPE_p_f_p_struct_ast_filestream_p_struct_ast_frame__int getWrite()
           
 void setClose(SWIGTYPE_p_f_p_struct_ast_filestream__void close)
           
 void setExts(java.lang.String exts)
           
 void setFormat(int format)
           
 void setGetcomment(SWIGTYPE_p_f_p_struct_ast_filestream__p_char getcomment)
           
 void setName(java.lang.String name)
           
 void setNext(ast_format next)
           
 void setOpen(SWIGTYPE_p_f_int__p_ast_filestream open)
           
 void setRead(SWIGTYPE_p_f_p_struct_ast_filestream_p_int__p_ast_frame read)
           
 void setRewrite(SWIGTYPE_p_f_int_p_char__p_ast_filestream rewrite)
           
 void setSeek(SWIGTYPE_p_f_p_struct_ast_filestream_long_int__int seek)
           
 void setTell(SWIGTYPE_p_f_p_struct_ast_filestream__long tell)
           
 void setTrunc(SWIGTYPE_p_f_p_struct_ast_filestream__int trunc)
           
 void setWrite(SWIGTYPE_p_f_p_struct_ast_filestream_p_struct_ast_frame__int write)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ast_format

public ast_format()
Method Detail

delete

public void delete()

setName

public void setName(java.lang.String name)

getName

public java.lang.String getName()

setExts

public void setExts(java.lang.String exts)

getExts

public java.lang.String getExts()

setFormat

public void setFormat(int format)

getFormat

public int getFormat()

setOpen

public void setOpen(SWIGTYPE_p_f_int__p_ast_filestream open)

getOpen

public SWIGTYPE_p_f_int__p_ast_filestream getOpen()

setRewrite

public void setRewrite(SWIGTYPE_p_f_int_p_char__p_ast_filestream rewrite)

getRewrite

public SWIGTYPE_p_f_int_p_char__p_ast_filestream getRewrite()

setWrite

public void setWrite(SWIGTYPE_p_f_p_struct_ast_filestream_p_struct_ast_frame__int write)

getWrite

public SWIGTYPE_p_f_p_struct_ast_filestream_p_struct_ast_frame__int getWrite()

setSeek

public void setSeek(SWIGTYPE_p_f_p_struct_ast_filestream_long_int__int seek)

getSeek

public SWIGTYPE_p_f_p_struct_ast_filestream_long_int__int getSeek()

setTrunc

public void setTrunc(SWIGTYPE_p_f_p_struct_ast_filestream__int trunc)

getTrunc

public SWIGTYPE_p_f_p_struct_ast_filestream__int getTrunc()

setTell

public void setTell(SWIGTYPE_p_f_p_struct_ast_filestream__long tell)

getTell

public SWIGTYPE_p_f_p_struct_ast_filestream__long getTell()

setRead

public void setRead(SWIGTYPE_p_f_p_struct_ast_filestream_p_int__p_ast_frame read)

getRead

public SWIGTYPE_p_f_p_struct_ast_filestream_p_int__p_ast_frame getRead()

setClose

public void setClose(SWIGTYPE_p_f_p_struct_ast_filestream__void close)

getClose

public SWIGTYPE_p_f_p_struct_ast_filestream__void getClose()

setGetcomment

public void setGetcomment(SWIGTYPE_p_f_p_struct_ast_filestream__p_char getcomment)

getGetcomment

public SWIGTYPE_p_f_p_struct_ast_filestream__p_char getGetcomment()

setNext

public void setNext(ast_format next)

getNext

public ast_format getNext()