| | |
| | | */ |
| | | |
| | | package org.opends.server.admin; |
| | | import org.opends.messages.Message; |
| | | |
| | | |
| | | |
| | |
| | | * of this enumeration property definition in the default |
| | | * locale. |
| | | */ |
| | | public final String getValueSynopsis(E value) { |
| | | public final Message getValueSynopsis(E value) { |
| | | return getValueSynopsis(Locale.getDefault(), value); |
| | | } |
| | | |
| | |
| | | * of this enumeration property definition in the specified |
| | | * locale. |
| | | */ |
| | | public final String getValueSynopsis(Locale locale, E value) { |
| | | public final Message getValueSynopsis(Locale locale, E value) { |
| | | ManagedObjectDefinitionI18NResource resource = |
| | | ManagedObjectDefinitionI18NResource.getInstance(); |
| | | String property = "property." + getName() |