VCardContentType

Contents
[ ]

Inheritance: java.lang.Object, java.lang.Enum

All Implemented Interfaces: com.groupdocs.metadata.core.IEnumValue

public enum VCardContentType extends Enum<VCardContentType> implements IEnumValue

Defines vCard record content types.

Fields

Field Description
Custom The custom content type.
Text The text content type.
Binary The binary content type.
DateTime The date time content type.
Agent The agent content type.

Methods

Method Description
values()
valueOf(String name)
getByRawValue(int rawValue)
getFirst()
getAllValues()
getEnumValueByRawValue(int rawValue)
getEnumValueByName(String name)
getRawValueType()
getRawValue()

Custom

public static final VCardContentType Custom

The custom content type.

Text

public static final VCardContentType Text

The text content type.

Binary

public static final VCardContentType Binary

The binary content type.

DateTime

public static final VCardContentType DateTime

The date time content type.

Agent

public static final VCardContentType Agent

The agent content type.

values()

public static VCardContentType[] values()

Returns: com.groupdocs.metadata.core.VCardContentType[]

valueOf(String name)

public static VCardContentType valueOf(String name)

Parameters:

Parameter Type Description
name java.lang.String

Returns: VCardContentType

getByRawValue(int rawValue)

public static VCardContentType getByRawValue(int rawValue)

Parameters:

Parameter Type Description
rawValue int

Returns: VCardContentType

getFirst()

public static IEnumValue getFirst()

Returns: IEnumValue

getAllValues()

public Object[] getAllValues()

Returns the array of all values defined in the class.

Returns: java.lang.Object[]

getEnumValueByRawValue(int rawValue)

public IEnumValue getEnumValueByRawValue(int rawValue)

Returns the enumeration value by the raw value associated with it.

Parameters:

Parameter Type Description
rawValue int

Returns: IEnumValue

getEnumValueByName(String name)

public IEnumValue getEnumValueByName(String name)

Returns the enumeration value by its name.

Parameters:

Parameter Type Description
name java.lang.String

Returns: IEnumValue

getRawValueType()

public RawIntegerType getRawValueType()

Returns the underlying type of the raw value of this enumeration value.

Returns: RawIntegerType

getRawValue()

public int getRawValue()

Returns the raw value of this enumeration value.

Returns: int