Package org.smooks.api.profile
Interface Profile
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
BasicProfile
public interface Profile extends Serializable
Profile.- Author:
- tfennelly
-
-
Field Summary
Fields Modifier and Type Field Description static String
DEFAULT_PROFILE
The default profile name.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getName()
Get the profile name.
-