public interface PredefinedMap
PerspectiveElement
s what their unique identifier is,
and that can convert the unique identifier to a PerspectiveElement
.Modifier and Type | Method and Description |
---|---|
java.lang.String |
get(PerspectiveElement element)
Given
element , tells what unique identifier element has. |
PerspectiveElement |
get(java.lang.String id)
Given a unique identifier
id , tells what PerspectiveElement belongs to that id. |
java.lang.String get(PerspectiveElement element)
element
, tells what unique identifier element
has.element
- the element whose identifier is searchednull
if element
is not known to this mapPerspectiveElement get(java.lang.String id)
id
, tells what PerspectiveElement
belongs to that id.id
- the unique identifiernull
if id
is unknown