public static enum PropertyIndex.ParameterInfoIndex extends Enum<PropertyIndex.ParameterInfoIndex>
| Enum Constant and Description |
|---|
ABBREV
Region abbreviation.
|
ALTREP
Alternate text representation.
|
CN
Common name.
|
CUTYPE
Calendar user type.
|
DELEGATED_FROM
Delegator.
|
DELEGATED_TO
Delegatee.
|
DIR
Directory entry.
|
ENCODING
Inline encoding.
|
FBTYPE
Free/busy time type.
|
FMTTYPE
Format type.
|
LANGUAGE
Language for text.
|
MEMBER
Group or list membership.
|
PARTSTAT
Participation status.
|
RANGE
Recurrence identifier range.
|
RELATED
Alarm trigger relationship.
|
RELTYPE
Relationship type.
|
ROLE
Participation role.
|
RSVP
RSVP expectation.
|
SCHEDULE_AGENT
Schedule agent.
|
SCHEDULE_STATUS
Schedule status.
|
SENT_BY
Sent by.
|
STAY_INFORMED
Type.
|
TYPE
Type.
|
TZID
Reference to time zone object.
|
UID
Bedework only.
|
UNKNOWN_PARAMETER |
VALUE
Property value data type.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getJname()
get the java style name
|
String |
getPname()
get the parameter name
|
String |
getPnameLC()
get the property name lower cased
|
PropertyIndex.DataType |
getPtype()
get the parameter type
|
static PropertyIndex.ParameterInfoIndex |
lookupPname(String val)
get the index given the parameter name
|
static PropertyIndex.ParameterInfoIndex |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PropertyIndex.ParameterInfoIndex[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PropertyIndex.ParameterInfoIndex UNKNOWN_PARAMETER
public static final PropertyIndex.ParameterInfoIndex ABBREV
public static final PropertyIndex.ParameterInfoIndex ALTREP
public static final PropertyIndex.ParameterInfoIndex CN
public static final PropertyIndex.ParameterInfoIndex CUTYPE
public static final PropertyIndex.ParameterInfoIndex DELEGATED_FROM
public static final PropertyIndex.ParameterInfoIndex DELEGATED_TO
public static final PropertyIndex.ParameterInfoIndex DIR
public static final PropertyIndex.ParameterInfoIndex ENCODING
public static final PropertyIndex.ParameterInfoIndex FMTTYPE
public static final PropertyIndex.ParameterInfoIndex FBTYPE
public static final PropertyIndex.ParameterInfoIndex LANGUAGE
public static final PropertyIndex.ParameterInfoIndex MEMBER
public static final PropertyIndex.ParameterInfoIndex PARTSTAT
public static final PropertyIndex.ParameterInfoIndex RANGE
public static final PropertyIndex.ParameterInfoIndex RELATED
public static final PropertyIndex.ParameterInfoIndex RELTYPE
public static final PropertyIndex.ParameterInfoIndex ROLE
public static final PropertyIndex.ParameterInfoIndex RSVP
public static final PropertyIndex.ParameterInfoIndex SCHEDULE_AGENT
public static final PropertyIndex.ParameterInfoIndex SCHEDULE_STATUS
public static final PropertyIndex.ParameterInfoIndex SENT_BY
public static final PropertyIndex.ParameterInfoIndex STAY_INFORMED
public static final PropertyIndex.ParameterInfoIndex TYPE
public static final PropertyIndex.ParameterInfoIndex TZID
public static final PropertyIndex.ParameterInfoIndex VALUE
public static final PropertyIndex.ParameterInfoIndex UID
public static PropertyIndex.ParameterInfoIndex[] values()
for (PropertyIndex.ParameterInfoIndex c : PropertyIndex.ParameterInfoIndex.values()) System.out.println(c);
public static PropertyIndex.ParameterInfoIndex valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getPname()
public String getJname()
public String getPnameLC()
public PropertyIndex.DataType getPtype()
public static PropertyIndex.ParameterInfoIndex lookupPname(String val)
val - nameCopyright © 2016 Bedework. All rights reserved.