com.semarchy.mdm.runtime.model.logical
Interface IUniquelyNamed

All Known Subinterfaces:
IAppFolder, IAppFolderAndBOViewContainer, IApplication, IAtomicAttribute, IAttributeGroup, IBOEntity, IBOTransition, IBuiltInNode, IBusinessObject, IBusinessObjectView, ICheckConstraint, IComplexAtomicAttribute, IComplexAttribute, IComplexType, IConsolidator, IDataEntryWorkflow, IDefinitionAttribute, IDETask, IDETransition, IDupsTask, IDupsWorkflow, IEnricher, IEntity, IEntityAttribute, IEntityPrivGrant, IEntityRetention, IForeignAttribute, IFormAttribute, IFormSection, IFormView, IHumanTask, IHumanWorkflow, ILov, ILovValue, IMatcher, IModel, IModelDiagram, IModelJob, IModelJobTask, IModelPrivGrant, IModelVariable, IPKAttribute, IPluginEnricher, IPluginMatcher, IPluginValidator, IPublisher, IReference, IRetentionPolicy, ISemQLEnricher, ISemQLMatcher, ITableAttribute, ITableView, IUniqueKey, IWorkflowNode, IWorkflowTransition

public interface IUniquelyNamed


Field Summary
static String SEP
           
 
Method Summary
 String getPrefixedUniqueName()
          Return a unique name in the scope of the current IModel across all type of objects.
 String getUniqueName()
          Return a unique name for this object type in the scope of the current IModel.
 

Field Detail

SEP

static final String SEP
See Also:
Constant Field Values
Method Detail

getUniqueName

String getUniqueName()
Return a unique name for this object type in the scope of the current IModel.

Returns:

getPrefixedUniqueName

String getPrefixedUniqueName()
Return a unique name in the scope of the current IModel across all type of objects. It is generally the getUniqueName() method prefixed by the object type.

Returns:


Copyright © 2015. All Rights Reserved.