Packageorg.pranaframework.domain
Interfacepublic interface IEnum extends IEntity, IValueObject
ImplementorsEnum

Defines an enumeration.



Public Properties
 PropertyDefined by
 Inheritedid : *
Returns the id of the entity.
IEntity
  value : *
[read-only] Returns the value of this enum entry.
IEnum
Public Methods
 MethodDefined by
 Inherited
clone():*
Clones (copies) the value object.
IValueObject
 Inherited
copyFrom(other:*):void
Copies the properties from the given value object into this value object.
IValueObject
 Inherited
equals(other:*):Boolean
Checks if this value object is equal to another value object.
IValueObject
Property detail
valueproperty
value:*  [read-only]

Returns the value of this enum entry.

Implementation
    public function get value():*