-
- All Implemented Interfaces:
-
android.os.Parcelable
public class AProfile extends AidlParams
-
-
Field Summary
Fields Modifier and Type Field Description public final static StringPROFILE_ID_KEYpublic final static StringUSER_PROFILE_NAME_KEYpublic final static StringPARENT_KEYpublic final static StringICON_NAME_KEYpublic final static StringICON_COLOR_KEYpublic final static StringROUTING_PROFILE_KEYpublic final static StringROUTE_SERVICE_KEYpublic final static StringLOC_ICON_KEYpublic final static StringNAV_ICON_KEYpublic final static StringORDER_KEYpublic final static StringVERSION_KEYprivate StringuserProfileNameprivate Stringparentprivate StringiconNameprivate StringiconColorprivate StringroutingProfileprivate StringrouteServiceprivate StringlocIconprivate StringnavIconprivate intorderprivate intversionpublic final static Parcelable.Creator<AProfile>CREATOR
-
Method Summary
Modifier and Type Method Description StringgetUserProfileName()StringgetParent()StringgetIconName()StringgetIconColor()StringgetRoutingProfile()StringgetRouteService()StringgetLocIcon()StringgetNavIcon()intgetOrder()intgetVersion()voidsetVersion(int version)StringgetStringKey()voidwriteToBundle(Bundle bundle)-
Methods inherited from class net.osmand.aidlapi.AidlParams
describeContents, readFromParcel, writeToParcel -
Methods inherited from class android.os.Parcelable
describeContents, writeToParcel -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getUserProfileName
String getUserProfileName()
-
getIconName
String getIconName()
-
getIconColor
String getIconColor()
-
getRoutingProfile
String getRoutingProfile()
-
getRouteService
String getRouteService()
-
getLocIcon
String getLocIcon()
-
getNavIcon
String getNavIcon()
-
getOrder
int getOrder()
-
getVersion
int getVersion()
-
setVersion
void setVersion(int version)
-
getStringKey
String getStringKey()
-
writeToBundle
void writeToBundle(Bundle bundle)
-
-
-
-