|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.vodafone360.people.datatypes.BaseDataType com.vodafone360.people.datatypes.IdentityCapability
public class IdentityCapability
BaseDataType encapsulating Identity capability information issued to or retrieved from server
Nested Class Summary | |
---|---|
static class |
IdentityCapability.CapabilityID
Enumeration of capabilities potentially supported by an Identity. |
private static class |
IdentityCapability.MemberData
Enumeration of data items written or read to a Parcel containing an IdentityCapability item. |
private static class |
IdentityCapability.Tags
Tags associated with IdentityCapability item. |
Field Summary | |
---|---|
static |
CREATOR
Interface to allow IdentityCapability to be written and restored from a Parcel. |
IdentityCapability.CapabilityID |
mCapability
|
java.lang.String |
mDescription
|
java.lang.String |
mName
|
java.lang.Boolean |
mValue
|
Constructor Summary | |
---|---|
|
IdentityCapability()
Default constructor. |
private |
IdentityCapability(Parcel in)
Create IdentityCapability from supplied Parcel. |
Method Summary | |
---|---|
IdentityCapability |
createFromHashtable(java.util.Hashtable<java.lang.String,java.lang.Object> hash)
Populate IdentityCapability from supplied Hashtable. |
int |
describeContents()
|
java.lang.String |
name()
Return name of the current Data-type. |
private void |
readFromParcel(Parcel in)
Read IdentityCapability item from Parcel. |
private void |
setValue(IdentityCapability.Tags tag,
java.lang.Object val)
Sets the value of the member data item associated with the specified tag. |
java.lang.String |
toString()
|
void |
writeToParcel(Parcel dest,
int flags)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public java.lang.Boolean mValue
public IdentityCapability.CapabilityID mCapability
public java.lang.String mDescription
public java.lang.String mName
public static finalCREATOR
Constructor Detail |
---|
public IdentityCapability()
private IdentityCapability(Parcel in)
in
- Parcel containing IdentityCapability.Method Detail |
---|
public java.lang.String name()
name
in class BaseDataType
public IdentityCapability createFromHashtable(java.util.Hashtable<java.lang.String,java.lang.Object> hash)
hash
- Hashtable containing identity capability details.
private void setValue(IdentityCapability.Tags tag, java.lang.Object val)
tag
- Current tagval
- Value associated with the tagpublic java.lang.String toString()
toString
in class java.lang.Object
public int describeContents()
public void writeToParcel(Parcel dest, int flags)
private void readFromParcel(Parcel in)
in
- Parcel containing IdentityCapability item.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
JavaDoc