com.jguild.jrpm.io.constant
public class LeadSignature extends Object implements EnumIf
Version: $Id: LeadSignature.java,v 1.3 2003/10/20 16:32:12 mkuss Exp $
Field Summary | |
---|---|
static LeadSignature | MD5 |
static LeadSignature | PGP |
static LeadSignature | SIZE |
static LeadSignature | UNKNOWN |
static int | _MD5 |
static int | _PGP |
static int | _SIZE |
Method Summary | |
---|---|
static boolean | containsEnumId(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(String name)
Get a enum by name
|
static String[] | getEnumNames()
Get all defined enums of this class
|
long | getId() |
static LeadSignature | getLeadSignature(int signature)
Get a enum of this class by id
|
String | getName() |
String | toString() |
Parameters: id The id of the enum
Returns: TRUE if the enum is defined in this class
Parameters: id The id of the enum
Returns: The enum object
Parameters: name The name of the enum
Returns: The enum object
Returns: An array of all defined enum objects
Parameters: signature The id
Returns: The enum object