wt.identity
Interface IteratedDisplayIdentity

All Superinterfaces:
DisplayIdentity, LocalizableMessage, Message
All Known Subinterfaces:
VersionedDisplayIdentity, ViewManageableDisplayIdentity
All Known Implementing Classes:
StandardVersionedDisplayIdentity, StandardViewVersionedDisplayIdentity, StandardWTProductInstance2DisplayIdentity

public interface IteratedDisplayIdentity
extends DisplayIdentity



Supported API: true

Extendable: true


Field Summary
static String ITERATION_DISPLAY_IDENTITY
          Label for the attribute; Identifies the version of this concept.
 
Fields inherited from interface wt.identity.DisplayIdentity
DISPLAY_IDENTIFIER, DISPLAY_TYPE
 
Method Summary
 DisplayIdentity getIterationDisplayIdentity()
          Gets the value of the attribute: ITERATION_DISPLAY_IDENTITY.
 
Methods inherited from interface wt.identity.DisplayIdentity
getDisplayIdentifier, getDisplayType
 
Methods inherited from interface wt.util.LocalizableMessage
getLocalizedMessage
 

Field Detail

ITERATION_DISPLAY_IDENTITY

public static final String ITERATION_DISPLAY_IDENTITY
Label for the attribute; Identifies the version of this concept. The identification for every version of the concept is different.

Supported API: false

See Also:
Constant Field Values
Method Detail

getIterationDisplayIdentity

public DisplayIdentity getIterationDisplayIdentity()
Gets the value of the attribute: ITERATION_DISPLAY_IDENTITY. Identifies the version of this concept. The identification for every version of the concept is different.

Supported API: false

Returns:
DisplayIdentity