|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface ProfileData
The ProfileData interface provides access to the current profile being applied to the model.
| Method Summary | |
|---|---|
java.lang.String |
getExplicitProfiles()
Gets the Explicit Profiles String that was used to build the ProfileData |
java.lang.String |
getMappedEntryName(java.lang.String profileSetEntryName)
Gets the mapped ProfileSet:EntryName for the original specified ProfileSet:EntryName. |
java.lang.String |
getName()
This will get the name of this ProfileData set. |
Profile |
getProfile(java.lang.String profileSetName)
Gets the Profile object for a specified ProfileSet name. |
java.lang.String |
getString(java.lang.String entryName)
Get a profile value. |
java.lang.String |
getUniqueKey()
Get a unique key that can be used inside filenames, for instance |
IXml |
getXml(java.lang.String entryName)
Get a complete XML value |
| Method Detail |
|---|
java.lang.String getExplicitProfiles()
java.lang.String getMappedEntryName(java.lang.String profileSetEntryName)
profileSetEntryName - The original name to get the mapped value for (e.g. Region:State).
String newName = profileMapper.getMappedEntryName("Region:State");
Where newName could be something like: "Portal:State_1"java.lang.String getName()
Profile getProfile(java.lang.String profileSetName)
profileSetName - The name of the ProfileSet to get the Profile for.
java.lang.String getString(java.lang.String entryName)
entryName - ProfileSetName:ProfileEntryNamejava.lang.String getUniqueKey()
IXml getXml(java.lang.String entryName)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||