wt.identity
Interface ViewManageableDisplayIdentity

All Superinterfaces:
DisplayIdentity, IteratedDisplayIdentity, LocalizableMessage, Message
All Known Implementing Classes:
StandardViewVersionedDisplayIdentity

public interface ViewManageableDisplayIdentity
extends IteratedDisplayIdentity



Supported API: true

Extendable: true


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

Field Detail

ITERATION_DISPLAY_IDENTITY_SANS_VIEW

public static final String ITERATION_DISPLAY_IDENTITY_SANS_VIEW
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

getIterationDisplayIdentitySansView

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

Supported API: false

Returns:
DisplayIdentity