Class Prop

java.lang.Object
org.bedework.carddav.server.query.Prop
All Implemented Interfaces:
org.bedework.util.logging.Logged

public class Prop extends Object implements org.bedework.util.logging.Logged
Author:
Mike Douglass douglm rpi.edu
  • Constructor Summary

    Constructors
    Constructor
    Description
    Prop(String name)
    Constructor
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    dump(String indent)
     
    org.bedework.util.logging.BwLogger
     
     
    boolean
     
    void
     
    void
    setNovalue(boolean val)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.bedework.util.logging.Logged

    audit, debug, debug, debug, enableAuditLogger, enableErrorLogger, enableMetricsLogger, error, error, error, getLogLevel, info, info, isAuditLoggerEnabled, isErrorLoggerEnabled, isMetricsDebugEnabled, isMetricsLoggerEnabled, metrics, setLoggerClass, setLoggerClass, trace, trace, trace, warn, warn
  • Constructor Details

    • Prop

      public Prop(String name)
      Constructor
      Parameters:
      name - Name of property
  • Method Details

    • setName

      public void setName(String val)
      Parameters:
      val - property value
    • getName

      public String getName()
      Returns:
      String
    • setNovalue

      public void setNovalue(boolean val)
      Parameters:
      val - true for property with no value
    • getNovalue

      public boolean getNovalue()
      Returns:
      boolean
    • dump

      public void dump(String indent)
      Parameters:
      indent - amount
    • getLogger

      public org.bedework.util.logging.BwLogger getLogger()
      Specified by:
      getLogger in interface org.bedework.util.logging.Logged