BrightSide Workbench Full Report + Source Code
org.turro.financials.handshake.HandshakeAction Enum Reference

Static Public Member Functions

static HandshakeAction getAction (String value)
 

Public Attributes

 HANDSHAKE_PETITION
 
 HANDSHAKE_ACCEPTANCE
 
 HANDSHAKE_DOCUMENT
 
 HANDSHAKE_PRODUCT
 
 HANDSHAKE_STATUS
 

Detailed Description

Author
Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g

Definition at line 24 of file HandshakeAction.java.

Member Function Documentation

◆ getAction()

static HandshakeAction org.turro.financials.handshake.HandshakeAction.getAction ( String  value)
static

Definition at line 37 of file HandshakeAction.java.

37  {
38  try {
39  return HandshakeAction.valueOf(value);
40  } catch(IllegalArgumentException |NullPointerException ex) {
41  return null;
42  }
43  }
Here is the caller graph for this function:

Member Data Documentation

◆ HANDSHAKE_ACCEPTANCE

org.turro.financials.handshake.HandshakeAction.HANDSHAKE_ACCEPTANCE

Definition at line 29 of file HandshakeAction.java.

◆ HANDSHAKE_DOCUMENT

org.turro.financials.handshake.HandshakeAction.HANDSHAKE_DOCUMENT

Definition at line 31 of file HandshakeAction.java.

◆ HANDSHAKE_PETITION

org.turro.financials.handshake.HandshakeAction.HANDSHAKE_PETITION

Definition at line 27 of file HandshakeAction.java.

◆ HANDSHAKE_PRODUCT

org.turro.financials.handshake.HandshakeAction.HANDSHAKE_PRODUCT

Definition at line 33 of file HandshakeAction.java.

◆ HANDSHAKE_STATUS

org.turro.financials.handshake.HandshakeAction.HANDSHAKE_STATUS

Definition at line 35 of file HandshakeAction.java.


The documentation for this enum was generated from the following file: