public interface NamedLibraryImplementation extends LibraryImplementation
Modifier and Type | Field and Description |
---|---|
static String |
PROP_DISPLAY_NAME
Name of displayName property.
|
PROP_CONTENT, PROP_DESCRIPTION, PROP_NAME
Modifier and Type | Method and Description |
---|---|
String |
getDisplayName()
Returns the display name if available or null.
|
void |
setDisplayName(String displayName)
Sets the display name.
|
addPropertyChangeListener, getContent, getDescription, getLocalizingBundle, getName, getType, removePropertyChangeListener, setContent, setDescription, setLocalizingBundle, setName
static final String PROP_DISPLAY_NAME
void setDisplayName(@NullAllowed String displayName)
displayName
- the new value of the displayName.
If null resets the display name to the value provided
by the localizing bundle or the identifying name.@CheckForNull String getDisplayName()