public interface RetirableETSComponent extends AttributableETSComponent
ETSComponent
that can have attributes, can retire
from the ETS repository, and can have its status changed to retired in the ETS repository.AttributableETSComponent
Modifier and Type | Method and Description |
---|---|
Date |
getRetiredDate()
Gets the date on which this
ETSComponent object was retired. |
String |
getVersionID()
Gets the coding scheme version identifier for this
ETSComponent object. |
boolean |
isActive()
Returns
true if this ETSComponent object is active. |
boolean |
isInternal()
Returns
true if this ETSComponent object is internal. |
boolean |
isQuarantined()
Returns
true if this ETSComponent object is quarantined. |
boolean |
isRetired()
Returns
true if this ETSComponent object is retired. |
getAttributeNames, getAttributes, getAttributes
getCreationDate, getETSID, getImportDate, getLastUpdateDate
String getVersionID()
ETSComponent
object.
The maximum length of this attribute is 30.ETSComponent
object.Date getRetiredDate()
ETSComponent
object was retired.ETSComponent
object was retired, or
null
if this ETSComponent
object is active.boolean isActive()
true
if this ETSComponent
object is active.true
if this ETSComponent
object is active.boolean isRetired()
true
if this ETSComponent
object is retired.true
if this ETSComponent
object is retired.boolean isQuarantined()
true
if this ETSComponent
object is quarantined.true
if this ETSComponent
object is quarantined.boolean isInternal()
true
if this ETSComponent
object is internal.
Internal concepts must not be encoded outside ETS and are used for navigational purposes only.
An example of an internal concept is the root concept in a hierarchy or a relationship-type
concept not provided by a terminology vendor.true
if this ETSComponent
object is internal.HDR Glossary HDR Concept Lists HDR Exceptions HDR Programmer's Guide HDR Implementation Guide HDR Profile Options
Copyright © 2016, 2018, Oracle. All rights reserved