net.dpml.cli
public final class DisplaySetting extends Object
Version: @PROJECT-VERSION@
Field Summary | |
---|---|
static Set | ALL
A Set guarenteed to contain all possible DisplaySetting values |
static DisplaySetting | DISPLAY_ALIASES
Indicates that aliases should be included |
static DisplaySetting | DISPLAY_ARGUMENT_BRACKETED
Indicates that arguments should be included bracketed |
static DisplaySetting | DISPLAY_ARGUMENT_NUMBERED
Indicates that arguments should be included numbered |
static DisplaySetting | DISPLAY_GROUP_ARGUMENT
Indicates that group arguments should be included |
static DisplaySetting | DISPLAY_GROUP_EXPANDED
Indicates that groups should be included expanded |
static DisplaySetting | DISPLAY_GROUP_NAME
Indicates that group names should be included |
static DisplaySetting | DISPLAY_GROUP_OUTER
Indicates that group outer brackets should be included |
static DisplaySetting | DISPLAY_OPTIONAL
Indicates that optionality should be included |
static DisplaySetting | DISPLAY_PARENT_ARGUMENT
Indicates that arguments of Parents should be included |
static DisplaySetting | DISPLAY_PARENT_CHILDREN
Indicates that children of Parents should be included |
static DisplaySetting | DISPLAY_PROPERTY_OPTION
Indicates that property options should be included |
static DisplaySetting | DISPLAY_SWITCH_DISABLED
Indicates that switches should be included disabled |
static DisplaySetting | DISPLAY_SWITCH_ENABLED
Indicates that switches should be included enabled |
static Set | NONE
A Set guarenteed to contain no DisplaySetting values |
Method Summary | |
---|---|
boolean | equals(Object that)
Test this object for equality with the supplied object. |
int | hashCode()
Return the instance hashcode value. |
String | toString()
Return a string representation of the instance. |
Parameters: that the other object
Returns: true if the objects are equal
Returns: the hash value
Returns: the string