com.vodafone360.people.datatypes
Class BaseDataType

java.lang.Object
  extended by com.vodafone360.people.datatypes.BaseDataType
Direct Known Subclasses:
ActivityContact, ActivityItem, AuthSessionHolder, ChatMessage, Contact, ContactChanges, ContactDetail, ContactDetailDeletion, ContactListResponse, Conversation, ExternalResponseObject, GroupItem, Identity, IdentityCapability, ItemList, PresenceList, PublicKeyDetails, PushEvent, ServerError, SimpleText, StatusMsg, UserProfile

public abstract class BaseDataType
extends java.lang.Object

BaseDataType - all specific data types derive from this.


Constructor Summary
BaseDataType()
           
 
Method Summary
abstract  java.lang.String name()
          Return name of the current Data-type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseDataType

public BaseDataType()
Method Detail

name

public abstract java.lang.String name()
Return name of the current Data-type.

Returns:
String containing name of the data-type.


JavaDoc