public class SynchPropertyInfo
extends org.bedework.synch.wsmessages.SynchPropertyInfoType
| Modifier and Type | Field and Description |
|---|---|
static String |
typeBoolean |
static String |
typeCalProcessing |
static String |
typeDate |
static String |
typeDateTime |
static String |
typeDuration |
static String |
typeInteger |
static String |
typePassword |
static String |
typeString |
static String |
typeUri |
| Constructor and Description |
|---|
SynchPropertyInfo(String name,
boolean secure,
String type,
String description,
boolean required)
No-value constructor
|
SynchPropertyInfo(String name,
boolean secure,
String type,
String description,
boolean required,
String value)
Constructor with current or default value
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
public static String typeBoolean
public static String typeCalProcessing
CalProcessingTypepublic static String typeDate
public static String typeDateTime
public static String typeDuration
public static String typeInteger
public static String typePassword
public static String typeString
public static String typeUri
public SynchPropertyInfo(String name, boolean secure, String type, String description, boolean required)
name - - name for the propertysecure - - true if this property value should be hidden, e.g passwordtype - - type of the property - see abovedescription - - of the propertyrequired - - true if this property is requiredpublic SynchPropertyInfo(String name, boolean secure, String type, String description, boolean required, String value)
name - - name for the propertysecure - - true if this property value should be hidden, e.g passwordtype - - type of the property - see abovedescription - - of the propertyrequired - - true if this property is requiredvalue - - the default or current value as a Java string representationCopyright © 2018 Bedework. All rights reserved.