com.pnfsoftware.jeb.core.units.code.dart.IDartInternalObject |
Basic interface for Dart objects.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract Object |
getAttribute(String key)
Retrieve an object attribute by name.
| ||||||||||
abstract Map<String, Object> |
getAttributes()
Retrieve the map of objects attributes.
| ||||||||||
abstract int |
getClassId()
Retrieve the object class id.
| ||||||||||
abstract boolean | isBase() |
Retrieve an object attribute by name.
Retrieve the map of objects attributes.
Retrieve the object class id. To determine the class name, use
getClassIdNameMap()
.