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 Details

    • typeBoolean

      public static String typeBoolean
    • typeCalProcessing

      public static String typeCalProcessing
      See Also:
      • CalProcessingType
    • typeDate

      public static String typeDate
    • typeDateTime

      public static String typeDateTime
    • typeDuration

      public static String typeDuration
    • typeInteger

      public static String typeInteger
    • typePassword

      public static String typePassword
    • typeString

      public static String typeString
    • typeUri

      public static String typeUri
  • Constructor Details

    • SynchPropertyInfo

      public SynchPropertyInfo(String name, boolean secure, String type, String description, boolean required)
      No-value constructor
      Parameters:
      name - - name for the property
      secure - - true if this property value should be hidden, e.g password
      type - - type of the property - see above
      description - - of the property
      required - - 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 property
      secure - - true if this property value should be hidden, e.g password
      type - - type of the property - see above
      description - - of the property
      required - - true if this property is required
      value - - the default or current value as a Java string representation
  • Method Details