toStringValue method

String toStringValue()

Implementation

String toStringValue() {
  switch(this) {
    case FileType.documentPhoto:
      return 'documentPhoto';
    case FileType.video:
      return 'video';
    case FileType.shotSet:
      return 'shotSet';
  }
}