org.milyn.profile
Interface Profile

All Superinterfaces:
Serializable
All Known Implementing Classes:
BasicProfile, HttpAcceptHeaderProfile

public interface Profile
extends Serializable

Profile.

Author:
tfennelly

Field Summary
static String DEFAULT_PROFILE
          The default profile name.
 
Method Summary
 String getName()
          Get the profile name.
 

Field Detail

DEFAULT_PROFILE

static final String DEFAULT_PROFILE
The default profile name.

Method Detail

getName

String getName()
Get the profile name.

Returns:
The profile name.


Copyright © 2018. All rights reserved.