|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbiweekly.property.marshaller.PropertyLibrary
public class PropertyLibrary
Contains the listing of all property marshallers.
Method Summary | |
---|---|
static ICalPropertyMarshaller<? extends ICalProperty> |
getMarshaller(Class<? extends ICalProperty> clazz)
Gets a property marshaller by class. |
static ICalPropertyMarshaller<? extends ICalProperty> |
getMarshaller(QName qname)
Gets a property marshaller by XML local name and namespace. |
static ICalPropertyMarshaller<? extends ICalProperty> |
getMarshaller(String propertyName)
Gets a property marshaller by name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static ICalPropertyMarshaller<? extends ICalProperty> getMarshaller(String propertyName)
propertyName
- the component name (e.g. "VERSION")
public static ICalPropertyMarshaller<? extends ICalProperty> getMarshaller(Class<? extends ICalProperty> clazz)
clazz
- the property class
public static ICalPropertyMarshaller<? extends ICalProperty> getMarshaller(QName qname)
qname
- the XML local name and namespace
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |