public class ProfileManager.ResultData
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
ProfileConfig |
getProfileConfig()
Deprecated.
|
org.w3c.dom.Document |
getProfileDocument()
Returns the profile data as DOM document requested in the processProfileAsync method.
|
ProfileManager.PROFILE_FLAG |
getProfileFlag()
Returns the profile flag sent in processProfileAsync method.
|
java.lang.String |
getProfileName()
Returns the profile name sent in processProfileAsync method.
|
java.lang.String |
getProfileString()
Returns the profile data as string requested in the processProfileAsync method.
|
EMDKResults |
getResult()
Class for holding status of processProfileAsync method.
|
public EMDKResults getResult()
public java.lang.String getProfileName()
public ProfileManager.PROFILE_FLAG getProfileFlag()
public java.lang.String getProfileString()
public org.w3c.dom.Document getProfileDocument()
@Deprecated public ProfileConfig getProfileConfig()