public interface Described
This simple interface is used to define objects that have a human-readable description.
This can be used alongside Named to provide a way to decode names that are codified.
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the human-readable described of the instance.
|
String getDescription()
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.