|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.emf.common.util.AbstractEnumerator
org.eclipse.ohf.ihe.common.cdar2.IntegrityCheckAlgorithm
public final class IntegrityCheckAlgorithm
A representation of the literals of the enumeration 'Integrity Check Algorithm', and utility methods for working with them. vocSet: D17385 (C-0-D17385-cpt)
CDAR2Package.getIntegrityCheckAlgorithm()| Field Summary | |
|---|---|
static int |
SHA1
The 'SHA1' literal value. |
static IntegrityCheckAlgorithm |
SHA1_LITERAL
The 'SHA1' literal object. |
static int |
SHA256
The 'SHA256' literal value. |
static IntegrityCheckAlgorithm |
SHA256_LITERAL
The 'SHA256' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'Integrity Check Algorithm' enumerators. |
| Method Summary | |
|---|---|
static IntegrityCheckAlgorithm |
get(int value)
Returns the 'Integrity Check Algorithm' literal with the specified integer value. |
static IntegrityCheckAlgorithm |
get(java.lang.String literal)
Returns the 'Integrity Check Algorithm' literal with the specified literal value. |
static IntegrityCheckAlgorithm |
getByName(java.lang.String name)
Returns the 'Integrity Check Algorithm' literal with the specified name. |
| Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator |
|---|
getLiteral, getName, getValue, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int SHA1
If the meaning of 'SHA1' literal object isn't clear, there really should be more of a description here...
SHA1_LITERAL,
Constant Field Valuespublic static final int SHA256
If the meaning of 'SHA256' literal object isn't clear, there really should be more of a description here...
SHA256_LITERAL,
Constant Field Valuespublic static final IntegrityCheckAlgorithm SHA1_LITERAL
SHA1public static final IntegrityCheckAlgorithm SHA256_LITERAL
SHA256public static final java.util.List VALUES
| Method Detail |
|---|
public static IntegrityCheckAlgorithm get(java.lang.String literal)
public static IntegrityCheckAlgorithm getByName(java.lang.String name)
public static IntegrityCheckAlgorithm get(int value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||