public static enum PropertyIndex.ComponentInfoIndex extends Enum<PropertyIndex.ComponentInfoIndex>
| Enum Constant and Description |
|---|
UNKNOWN_COMPONENT |
VALARM |
VEVENT |
VFREEBUSY |
VJOURNAL |
VTIMEZONE |
VTODO |
| Modifier and Type | Method and Description |
|---|---|
static PropertyIndex.ComponentInfoIndex |
fromXmlClass(Class cl)
get the index given the XML class
|
String |
getJname()
get the java style name
|
String |
getPname()
get the property name
|
String |
getPnameLC()
get the property name lower cased
|
QName |
getQname()
get the qname
|
Class |
getXmlClass()
get the XML class
|
static PropertyIndex.ComponentInfoIndex |
lookupPname(String val)
get the index given the property name
|
static PropertyIndex.ComponentInfoIndex |
lookupQname(QName val)
get the index given the qname
|
static PropertyIndex.ComponentInfoIndex |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PropertyIndex.ComponentInfoIndex[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PropertyIndex.ComponentInfoIndex UNKNOWN_COMPONENT
public static final PropertyIndex.ComponentInfoIndex VALARM
public static final PropertyIndex.ComponentInfoIndex VEVENT
public static final PropertyIndex.ComponentInfoIndex VFREEBUSY
public static final PropertyIndex.ComponentInfoIndex VJOURNAL
public static final PropertyIndex.ComponentInfoIndex VTIMEZONE
public static final PropertyIndex.ComponentInfoIndex VTODO
public static PropertyIndex.ComponentInfoIndex[] values()
for (PropertyIndex.ComponentInfoIndex c : PropertyIndex.ComponentInfoIndex.values()) System.out.println(c);
public static PropertyIndex.ComponentInfoIndex 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 QName getQname()
public String getPname()
public String getJname()
public String getPnameLC()
public Class getXmlClass()
public static PropertyIndex.ComponentInfoIndex fromXmlClass(Class cl)
cl - the classpublic static PropertyIndex.ComponentInfoIndex lookupPname(String val)
val - the namepublic static PropertyIndex.ComponentInfoIndex lookupQname(QName val)
val - the qnameCopyright © 2016 Bedework. All rights reserved.