com.aspose.email
Class VCardUrlType

java.lang.Object
  extended by com.aspose.ms.java.Enum
      extended by com.aspose.email.VCardUrlType

public final class VCardUrlType
extends com.aspose.ms.java.Enum

Enumerates url type


Nested Class Summary
 
Nested classes/interfaces inherited from class com.aspose.ms.java.Enum
com.aspose.ms.java.Enum.AbstractEnum, com.aspose.ms.java.Enum.FlaggedEnum, com.aspose.ms.java.Enum.SimpleEnum
 
Field Summary
static int HOME
           Home type
static int None
           No type is specified
static int WORK
           Work type
 
Fields inherited from class com.aspose.ms.java.Enum
EnumSeparatorCharArray
 
Constructor Summary
VCardUrlType()
           
 
Method Summary
 
Methods inherited from class com.aspose.ms.java.Enum
format, getName, getNames, getUnderlyingType, getValues, isDefined, parse, parse, register
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

None

public static final int None

No type is specified

See Also:
Constant Field Values

HOME

public static final int HOME

Home type

See Also:
Constant Field Values

WORK

public static final int WORK

Work type

See Also:
Constant Field Values
Constructor Detail

VCardUrlType

public VCardUrlType()


Copyright (c) 2002-2012 Aspose Pty Ltd. All Rights Reserved.