Class Prop
java.lang.Object
org.bedework.carddav.server.query.Prop
- All Implemented Interfaces:
org.bedework.util.logging.Logged
- Author:
- Mike Douglass douglm rpi.edu
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidorg.bedework.util.logging.BwLoggergetName()booleanvoidvoidsetNovalue(boolean val) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.bedework.util.logging.Logged
audit, debug, debug, debug, enableAuditLogger, enableErrorLogger, enableMetricsLogger, error, error, error, getLogLevel, info, isAuditLoggerEnabled, isErrorLoggerEnabled, isMetricsDebugEnabled, isMetricsLoggerEnabled, metrics, setLoggerClass, setLoggerClass, trace, trace, trace, warn
-
Constructor Details
-
Prop
Constructor- Parameters:
name- Name of property
-
-
Method Details
-
setName
- Parameters:
val- property value
-
getName
- Returns:
- String
-
setNovalue
public void setNovalue(boolean val) - Parameters:
val- true for property with no value
-
getNovalue
public boolean getNovalue()- Returns:
- boolean
-
dump
- Parameters:
indent- amount
-
getLogger
public org.bedework.util.logging.BwLogger getLogger()- Specified by:
getLoggerin interfaceorg.bedework.util.logging.Logged
-