Interface BasicInfo
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
BasicElementInfo,BasicEntityInfo,ElementInfo,EventInfo
This interface represents an identifier for a store element.
- Since:
- 5.2.1804
- See Also:
-
Method Summary
-
Method Details
-
getName
Returns a symbolic name for this info object.- Returns:
- the name
- Since:
- 5.2.1804
-
isEntity
boolean isEntity()- Returns:
trueif this entity represents anEntity, otherwisefalse- Since:
- 5.2.1804
-