com.moyosoft.connector.ms.outlook.item
Class Gender

java.lang.Object
  |
  +--com.moyosoft.util.AbstractType
        |
        +--com.moyosoft.connector.ms.outlook.item.Gender

public class Gender
extends com.moyosoft.util.AbstractType


Field Summary
static Gender FEMALE
           
static Gender MALE
           
static Gender UNSPECIFIED
           
 
Method Summary
static Gender getById(int pId)
           
 boolean isFemale()
           
 boolean isMale()
           
 boolean isUnspecified()
           
 
Methods inherited from class com.moyosoft.util.AbstractType
equals, equals, getTypeValue, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

UNSPECIFIED

public static final Gender UNSPECIFIED

FEMALE

public static final Gender FEMALE

MALE

public static final Gender MALE
Method Detail

getById

public static Gender getById(int pId)

isUnspecified

public boolean isUnspecified()

isFemale

public boolean isFemale()

isMale

public boolean isMale()