Uses of Class
com.jguild.jrpm.io.constant.RPMIndexType

Packages that use RPMIndexType
com.jguild.jrpm.io Allows to read and write rpm package files. 
com.jguild.jrpm.io.constant Constants used by jRPM. 
com.jguild.jrpm.io.datatype   
 

Uses of RPMIndexType in com.jguild.jrpm.io
 

Methods in com.jguild.jrpm.io that return RPMIndexType
 RPMIndexType IndexEntry.getType()
          Get the data type of this entry
 

Uses of RPMIndexType in com.jguild.jrpm.io.constant
 

Fields in com.jguild.jrpm.io.constant declared as RPMIndexType
static RPMIndexType RPMIndexType.UNKNOWN
           
static RPMIndexType RPMIndexType.NULL
           
static RPMIndexType RPMIndexType.CHAR
           
static RPMIndexType RPMIndexType.INT8
           
static RPMIndexType RPMIndexType.INT16
           
static RPMIndexType RPMIndexType.INT32
           
static RPMIndexType RPMIndexType.INT64
           
static RPMIndexType RPMIndexType.STRING
           
static RPMIndexType RPMIndexType.BIN
           
static RPMIndexType RPMIndexType.STRING_ARRAY
           
static RPMIndexType RPMIndexType.I18NSTRING
           
 

Methods in com.jguild.jrpm.io.constant that return RPMIndexType
static RPMIndexType RPMIndexType.getRPMIndexType(long type)
          Get a enum of this class by id
 

Uses of RPMIndexType in com.jguild.jrpm.io.datatype
 

Methods in com.jguild.jrpm.io.datatype that return RPMIndexType
 RPMIndexType STRING_ARRAY.getType()
           
 RPMIndexType STRING.getType()
           
 RPMIndexType NULL.getType()
           
 RPMIndexType INT8.getType()
           
 RPMIndexType INT64.getType()
           
 RPMIndexType INT32.getType()
           
 RPMIndexType INT16.getType()
           
 RPMIndexType I18NSTRING.getType()
           
 RPMIndexType DataTypeIf.getType()
          Get the type of this data object
 RPMIndexType CHAR.getType()
           
 RPMIndexType BIN.getType()
           
 



Copyright © 2002-2005 Sourceforge. All Rights Reserved.