toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case Framework.hyperledgerFabric:
      return 'HYPERLEDGER_FABRIC';
    case Framework.ethereum:
      return 'ETHEREUM';
  }
}