fulmine
Interface IDomain

All Known Implementing Classes:
Domain

public interface IDomain

Represents the domain component of an IAddressable entity. The domain expresses a mode of existence of the entity.

Author:
Ramon Servadei

Method Summary
 String getName()
          Get the name for the domain.
 byte value()
          Get a byte representing the domain component for the entity.
 

Method Detail

value

byte value()
Get a byte representing the domain component for the entity.

Returns:
a byte representing the domain component for the entity.

getName

String getName()
Get the name for the domain.

Returns:
the name for the domain


Copyright © 2007-2009. All Rights Reserved.