Package wt.identity
Interface IteratedDisplayIdentity
- All Superinterfaces:
DisplayIdentity,LocalizableMessage,Message
- All Known Subinterfaces:
VersionedDisplayIdentity,ViewManageableDisplayIdentity
- All Known Implementing Classes:
StandardVersionedDisplayIdentity,StandardViewVersionedDisplayIdentity,StandardWTProductInstance2DisplayIdentity
Supported API: true
Extendable: true
-
Field Summary
Fields inherited from interface wt.identity.DisplayIdentity
DISPLAY_IDENTIFIER, DISPLAY_TYPE -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the attribute: ITERATION_DISPLAY_IDENTITY.Methods inherited from interface wt.identity.DisplayIdentity
getDisplayIdentifier, getDisplayTypeMethods inherited from interface wt.util.LocalizableMessage
getLocalizedMessage
-
Method Details
-
getIterationDisplayIdentity
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: true- Returns:
- DisplayIdentity
-