Package | Description |
---|---|
davmail.exchange.dav |
Modifier and Type | Field and Description |
---|---|
protected static Map<PropertyType,String> |
Field.propertyTypeMap |
Modifier and Type | Method and Description |
---|---|
static PropertyType |
PropertyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PropertyType[] |
PropertyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected static void |
Field.createField(String alias,
Field.DistinguishedPropertySetType propertySetType,
int propertyTag,
String responseAlias,
PropertyType propertyType) |
protected static void |
Field.createField(String alias,
int propertyTag,
PropertyType propertyType) |
protected static void |
Field.createField(String alias,
org.apache.jackrabbit.webdav.xml.Namespace namespace,
String name,
PropertyType propertyType) |
Constructor and Description |
---|
Field(String alias,
org.apache.jackrabbit.webdav.xml.Namespace namespace,
String name,
PropertyType propertyType)
Create field for namespace and name of type propertyType.
|
Field(String alias,
org.apache.jackrabbit.webdav.xml.Namespace namespace,
String name,
PropertyType propertyType,
String responseAlias,
String cast,
String updateAlias)
Create field for namespace and name of type propertyType.
|
Copyright © 2001–2024 MickaĆ«l Guessant. All rights reserved.