|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.jguild.jrpm.io.constant.RPMIndexType
Constants for index type.
Field Summary | |
static int |
_BIN
|
static int |
_CHAR
|
static int |
_I18NSTRING
|
static int |
_INT16
|
static int |
_INT32
|
static int |
_INT64
|
static int |
_INT8
|
static int |
_NULL
|
static int |
_STRING
|
static int |
_STRING_ARRAY
|
static RPMIndexType |
BIN
|
static RPMIndexType |
CHAR
|
static RPMIndexType |
I18NSTRING
|
static RPMIndexType |
INT16
|
static RPMIndexType |
INT32
|
static RPMIndexType |
INT64
|
static RPMIndexType |
INT8
|
static RPMIndexType |
NULL
|
static RPMIndexType |
STRING
|
static RPMIndexType |
STRING_ARRAY
|
static RPMIndexType |
UNKNOWN
|
Fields inherited from interface com.jguild.jrpm.io.constant.EnumIf |
_UNKNOWN |
Method Summary | |
static boolean |
containsEnumId(java.lang.Long id)
Check if this enum class contains a enum of a specified id |
static EnumIf |
getEnumById(long id)
Get a enum by id |
static EnumIf |
getEnumByName(java.lang.String name)
Get a enum by name |
static java.lang.String[] |
getEnumNames()
Get all defined enums of this class |
long |
getId()
Get the id of this enum object |
java.lang.String |
getName()
Get the name of this enum object |
static RPMIndexType |
getRPMIndexType(long type)
Get a enum of this class by id |
int |
getSize()
Get the size of this enum in byte |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final RPMIndexType UNKNOWN
public static final int _NULL
public static final RPMIndexType NULL
public static final int _CHAR
public static final RPMIndexType CHAR
public static final int _INT8
public static final RPMIndexType INT8
public static final int _INT16
public static final RPMIndexType INT16
public static final int _INT32
public static final RPMIndexType INT32
public static final int _INT64
public static final RPMIndexType INT64
public static final int _STRING
public static final RPMIndexType STRING
public static final int _BIN
public static final RPMIndexType BIN
public static final int _STRING_ARRAY
public static final RPMIndexType STRING_ARRAY
public static final int _I18NSTRING
public static final RPMIndexType I18NSTRING
Method Detail |
public static EnumIf getEnumById(long id)
id
- The id of the enum
public static EnumIf getEnumByName(java.lang.String name)
name
- The name of the enum
public static java.lang.String[] getEnumNames()
public static RPMIndexType getRPMIndexType(long type)
type
- The id
public int getSize()
public static boolean containsEnumId(java.lang.Long id)
id
- The id of the enum
public long getId()
EnumIf
getId
in interface EnumIf
public java.lang.String getName()
EnumIf
getName
in interface EnumIf
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |