Packagevegas.core
Interfacepublic interface ITypeable
ImplementorsAbstractTypeable

Interface implemented by classes that defined a specific type.



Public Methods
 MethodDefined by
  
getType():*
Returns the type of the ITypeable object.
ITypeable
  
setType(type:*):void
Sets the type of the ITypeable object.
ITypeable
Method detail
getType()method
public function getType():*

Returns the type of the ITypeable object.

Returns
*
setType()method 
public function setType(type:*):void

Sets the type of the ITypeable object.

Parameters
type:*