Milyn-Tinak Version 0.6.1

org.milyn.device.profile
Interface ProfileSet

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
DefaultProfileSet

public interface ProfileSet
extends java.io.Serializable

Device ProfileSet interface.

The ProfileSet is associated with a particular device. The implementation maintains a list of profiles for the device.

Author:
tfennelly

Method Summary
 boolean isMember(java.lang.String profile)
          Is the associated device a member of the specified profile.
 

Method Detail

isMember

public boolean isMember(java.lang.String profile)
Is the associated device a member of the specified profile.

Implementations must be case insensitive.

Parameters:
profile - The profile to check against.
Returns:
True if the associated device a member of the specified profile, otherwise false.

Milyn-Tinak Version 0.6.1