TITLE
- is the generic type of the title
. The type will typically be String
but
can also be something else (e.g. NlsMessage
. It must provide a reasonable
string representation
.public interface AttributeReadTitle<TITLE>
title
.Modifier and Type | Method and Description |
---|---|
TITLE |
getTitle()
This method gets the title of this object.
|
TITLE getTitle()
Object.toString()
of the result if NOT null
null
if not set. The string-representation
of the result (if
NOT null
) needs to be suitable for end-users.Copyright © 2001–2016 mmm-Team. All rights reserved.