org.eclipse.ohf.ihe.common.cdar2
Class IntegrityCheckAlgorithm

java.lang.Object
  extended by org.eclipse.emf.common.util.AbstractEnumerator
      extended by org.eclipse.ohf.ihe.common.cdar2.IntegrityCheckAlgorithm
All Implemented Interfaces:
org.eclipse.emf.common.util.Enumerator

public final class IntegrityCheckAlgorithm
extends org.eclipse.emf.common.util.AbstractEnumerator

A representation of the literals of the enumeration 'Integrity Check Algorithm', and utility methods for working with them. vocSet: D17385 (C-0-D17385-cpt)

See Also:
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

SHA1

public static final int SHA1
The 'SHA1' literal value.

If the meaning of 'SHA1' literal object isn't clear, there really should be more of a description here...

See Also:
SHA1_LITERAL, Constant Field Values

SHA256

public static final int SHA256
The 'SHA256' literal value.

If the meaning of 'SHA256' literal object isn't clear, there really should be more of a description here...

See Also:
SHA256_LITERAL, Constant Field Values

SHA1_LITERAL

public static final IntegrityCheckAlgorithm SHA1_LITERAL
The 'SHA1' literal object.

See Also:
SHA1

SHA256_LITERAL

public static final IntegrityCheckAlgorithm SHA256_LITERAL
The 'SHA256' literal object.

See Also:
SHA256

VALUES

public static final java.util.List VALUES
A public read-only list of all the 'Integrity Check Algorithm' enumerators.

Method Detail

get

public static IntegrityCheckAlgorithm get(java.lang.String literal)
Returns the 'Integrity Check Algorithm' literal with the specified literal value.


getByName

public static IntegrityCheckAlgorithm getByName(java.lang.String name)
Returns the 'Integrity Check Algorithm' literal with the specified name.


get

public static IntegrityCheckAlgorithm get(int value)
Returns the 'Integrity Check Algorithm' literal with the specified integer value.