public interface IUniquelyNamed
Modifier and Type | Method and Description |
---|---|
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.
|
static final String SEP
String getUniqueName()
String getPrefixedUniqueName()
getUniqueName()
method prefixed by the object type.Copyright © 2016. All rights reserved.