com.moyosoft.connector.ms.outlook.properties
Class UserPropertyType

java.lang.Object
  |
  +--com.moyosoft.util.AbstractType
        |
        +--com.moyosoft.connector.ms.outlook.properties.UserPropertyType

public class UserPropertyType
extends com.moyosoft.util.AbstractType


Field Summary
static UserPropertyType COMBINATION
           
static UserPropertyType CURRENCY
           
static UserPropertyType DATE_TIME
           
static UserPropertyType DURATION
           
static UserPropertyType FORMULA
           
static UserPropertyType KEYWORDS
           
static UserPropertyType NUMBER
           
static UserPropertyType OUTLOOK_INTERNAL
           
static UserPropertyType PERCENT
           
static UserPropertyType TEXT
           
static UserPropertyType YES_NO
           
 
Method Summary
static UserPropertyType getById(int pId)
           
 boolean isCombination()
           
 boolean isCurrency()
           
 boolean isDateTime()
           
 boolean isDuration()
           
 boolean isFormula()
           
 boolean isKeywords()
           
 boolean isNumber()
           
 boolean isOutlookInternal()
           
 boolean isPercent()
           
 boolean isText()
           
 boolean isYesNo()
           
 
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

OUTLOOK_INTERNAL

public static final UserPropertyType OUTLOOK_INTERNAL

TEXT

public static final UserPropertyType TEXT

NUMBER

public static final UserPropertyType NUMBER

DATE_TIME

public static final UserPropertyType DATE_TIME

YES_NO

public static final UserPropertyType YES_NO

DURATION

public static final UserPropertyType DURATION

KEYWORDS

public static final UserPropertyType KEYWORDS

PERCENT

public static final UserPropertyType PERCENT

CURRENCY

public static final UserPropertyType CURRENCY

FORMULA

public static final UserPropertyType FORMULA

COMBINATION

public static final UserPropertyType COMBINATION
Method Detail

getById

public static UserPropertyType getById(int pId)

isOutlookInternal

public boolean isOutlookInternal()

isText

public boolean isText()

isNumber

public boolean isNumber()

isDateTime

public boolean isDateTime()

isYesNo

public boolean isYesNo()

isDuration

public boolean isDuration()

isKeywords

public boolean isKeywords()

isPercent

public boolean isPercent()

isCurrency

public boolean isCurrency()

isFormula

public boolean isFormula()

isCombination

public boolean isCombination()