| Method | Defined By | ||
|---|---|---|---|
| StiObject | |||
clone(... args):Object Creates a new object that is a copy of the current instance. | StiObject | ||
equals(object:Object):Boolean | StiObject | ||
getShortTypeName():String Get a short object type name (without library path). | StiObject | ||
getType():Class | StiObject | ||
getTypeName():String | StiObject | ||
isSimple(object:*):Boolean [static] | StiObject | ||
memberwiseClone():Object Creates a shallow copy of the current Collection. | StiObject | ||
| StiObject | () | Constructor |
public function StiObject()| clone | () | method |
public function clone(... args):ObjectCreates a new object that is a copy of the current instance.
Parameters
... args |
Object |
| equals | () | method |
public function equals(object:Object):BooleanParameters
object:Object |
Boolean |
| getShortTypeName | () | method |
public function getShortTypeName():StringGet a short object type name (without library path).
ReturnsString |
| getType | () | method |
public function getType():ClassReturnsClass |
| getTypeName | () | method |
public function getTypeName():StringReturnsString |
| isSimple | () | method |
public static function isSimple(object:*):BooleanParameters
object:* |
Boolean |
| memberwiseClone | () | method |
public function memberwiseClone():ObjectCreates a shallow copy of the current Collection.
ReturnsObject |