toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case EntityFilterName.name:
      return 'NAME';
    case EntityFilterName.namespace:
      return 'NAMESPACE';
    case EntityFilterName.semanticTypePath:
      return 'SEMANTIC_TYPE_PATH';
    case EntityFilterName.referencedEntityId:
      return 'REFERENCED_ENTITY_ID';
  }
}