toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case FileSystemType.windows:
      return 'WINDOWS';
    case FileSystemType.lustre:
      return 'LUSTRE';
  }
}