JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.comtrade.ecm.engine.objects
Interface Nameable
All Known Subinterfaces:
AttributeDefinition
All Known Implementing Classes:
Client
,
EcmAttributeDefinition
public interface
Nameable
An object that has "a name".
That "name" does not have to be unique inside its namespace. It is NOT a unique identifier of an object.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
java.lang.String
getName
()
Returns "a name" of an object.
Method Detail
getName
java.lang.String getName()
Returns "a name" of an object.
Returns:
A "name" of an object
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method