Package org.glassfish.config.support
Annotation Type ListingColumn
-
@Retention(RUNTIME) @Target(METHOD) public @interface ListingColumn
List command column annotation. This annotation works with the Listing annotation to provide additional information about columns in the output. The annotation can be placed on any method that takes no arguments and returns a type that can be converted to a String, including DuckTyped methods.- Author:
- Tom Mueller
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description booleanexcludeDetermines whether a column should be excluded from the output.StringheaderReturns the header for the column.booleaninLongByDefaultDetermines whether a column should be included in the --long output by default.intorderDetermines the order of the columns from left to right.
-
-
-
-
header
String header
Returns the header for the column. The calculate dvalue is the method name converted to XML form, e.g., getSomeAttr is SOME-ATTR- Default:
- ""
-
-