Package org.bedework.synch.shared
Class SynchPropertyInfo
java.lang.Object
org.bedework.synch.wsmessages.SynchPropertyInfoType
org.bedework.synch.shared.SynchPropertyInfo
public class SynchPropertyInfo
extends org.bedework.synch.wsmessages.SynchPropertyInfoType
Information about a single connector property. This information will be
published by the system allowing clients to determine what properties are
needed.
- Author:
- Mike Douglass
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic Stringstatic Stringstatic Stringstatic Stringstatic Stringstatic Stringstatic Stringstatic Stringstatic StringFields inherited from class org.bedework.synch.wsmessages.SynchPropertyInfoType
description, name, required, secure, type, value -
Constructor Summary
ConstructorsConstructorDescriptionSynchPropertyInfo(String name, boolean secure, String type, String description, boolean required) No-value constructorSynchPropertyInfo(String name, boolean secure, String type, String description, boolean required, String value) Constructor with current or default value -
Method Summary
Methods inherited from class org.bedework.synch.wsmessages.SynchPropertyInfoType
getDescription, getName, getType, getValue, isRequired, isSecure, setDescription, setName, setRequired, setSecure, setType, setValue
-
Field Details
-
typeBoolean
-
typeCalProcessing
- See Also:
-
CalProcessingType
-
typeDate
-
typeDateTime
-
typeDuration
-
typeInteger
-
typePassword
-
typeString
-
typeUri
-
-
Constructor Details
-
SynchPropertyInfo
public SynchPropertyInfo(String name, boolean secure, String type, String description, boolean required) No-value constructor- Parameters:
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 required
-
SynchPropertyInfo
public SynchPropertyInfo(String name, boolean secure, String type, String description, boolean required, String value) Constructor with current or default value- Parameters:
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 representation
-
-
Method Details