toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case WorkspaceDirectoryType.simpleAd:
      return 'SIMPLE_AD';
    case WorkspaceDirectoryType.adConnector:
      return 'AD_CONNECTOR';
  }
}