org.milyn.profile
Class BasicProfile

java.lang.Object
  extended by org.milyn.profile.BasicProfile
All Implemented Interfaces:
Serializable, Profile
Direct Known Subclasses:
HttpAcceptHeaderProfile

public class BasicProfile
extends Object
implements Profile

Basic device profile.

Author:
tfennelly
See Also:
Serialized Form

Field Summary
 
Fields inherited from interface org.milyn.profile.Profile
DEFAULT_PROFILE
 
Constructor Summary
BasicProfile(String name)
          Public constructor.
 
Method Summary
 String getName()
          Get the profile name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicProfile

public BasicProfile(String name)
Public constructor.

Parameters:
name - Profile name.
Method Detail

getName

public String getName()
Get the profile name.

Specified by:
getName in interface Profile
Returns:
Profile name.


Copyright © 2018. All rights reserved.