public interface IBaseClass
Modifier and Type | Method and Description |
---|---|
IBaseClass[] |
getAncestors()
Returns information about the ancestors of this object.
|
java.util.Locale[] |
getAvailableNameLocales()
Returns all the locales for which a name for this object exists.
|
boolean |
getHasChildren()
Returns a flag indicating whether this object contains any other
objects.
|
java.lang.String |
getName(java.util.Locale theLocale)
Returns the name of this object, in the language determined by the
specified locale.
|
java.lang.String |
getObjectID()
Returns a unique identifier for this object within the namespace.
|
IBaseClass[] getAncestors()
boolean getHasChildren()
java.lang.String getName(java.util.Locale theLocale)
theLocale
- The locale for the name of this object.java.util.Locale[] getAvailableNameLocales()
java.lang.String getObjectID()