fulmine
Interface IType

All Known Implementing Classes:
Type

public interface IType

Represents the type component of an IAddressable entity. The type expresses a logical grouping of specific characteristics of the entity. An entity may have its characteristics grouped into one or more logical groupings so may have many types.

Author:
Ramon Servadei

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

Method Detail

value

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

Returns:
a byte representing the type component for the entity

getName

String getName()
Get the name for the type.

Returns:
the name for the type


Copyright © 2007-2009. All Rights Reserved.