com.esri.sde.sdk.pe
Class PeFactoryCodeRanges

java.lang.Object
  extended by com.esri.sde.sdk.pe.PeFactoryCodeRanges

public final class PeFactoryCodeRanges
extends java.lang.Object

Predefined ranges of constants.


Field Summary
static int PE_FACTORY_CODE_MAX
           
static int PE_FACTORY_CODE_MIN
           
 
Constructor Summary
PeFactoryCodeRanges()
           
 
Method Summary
static boolean checkCodeByType(int type, int code)
           
static PeFactoryCodeRangeEntry getRange(int code)
           
static PeFactoryCodeRangeTable getTable(int type)
           
static int getType(int code)
           
static void setCode(PeObject p, int code)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PE_FACTORY_CODE_MIN

public static final int PE_FACTORY_CODE_MIN
See Also:
Constant Field Values

PE_FACTORY_CODE_MAX

public static final int PE_FACTORY_CODE_MAX
See Also:
Constant Field Values
Constructor Detail

PeFactoryCodeRanges

public PeFactoryCodeRanges()
Method Detail

getTable

public static PeFactoryCodeRangeTable getTable(int type)

checkCodeByType

public static boolean checkCodeByType(int type,
                                      int code)

getType

public static int getType(int code)

getRange

public static PeFactoryCodeRangeEntry getRange(int code)

setCode

public static void setCode(PeObject p,
                           int code)