Interface Described
-
- All Known Implementing Classes:
EtdContractSpec
,PortfolioItemSummary
,ProductType
public interface Described
A described instance.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.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDescription()
Gets the human-readable described of the instance.
-
-
-
Method Detail
-
getDescription
String getDescription()
Gets the human-readable described of the instance.- Returns:
- the description
-
-