Package ca.phon.query.report
Interface ReportBuilderOption
Deprecated.
Represents a single option for a report builder.
Each option has a type, message, name, and property.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic enum
Deprecated.Type of possible report options -
Method Summary
-
Method Details
-
getType
ReportBuilderOption.OptionType getType()Deprecated.Get the type of this option. -
getName
String getName()Deprecated.Get the name of this option -
getMessage
String getMessage()Deprecated.Get the UI message to be displayed with the option -
getPropertyName
String getPropertyName()Deprecated.The name of the property to store the value of this option
-