public interface HasDescription extends CategoryHas
Interface of objects that have a description.
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_DESCRIPTION
A default description.
|
| Modifier and Type | Method and Description |
|---|---|
default Object |
getDescription()
Returns the description of an object.
|
static final String DEFAULT_DESCRIPTION
A default description.
default Object getDescription()
Returns the description of an object.
Copyright © 2016–2017. All rights reserved.