public class SelectItemImpl extends Object implements SelectItem
| Modifier and Type | Field and Description |
|---|---|
static SelectItemImpl |
EMPTY |
| Constructor and Description |
|---|
SelectItemImpl(Object value,
String displayName) |
SelectItemImpl(Object value,
String displayName,
String name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDisplayName() |
String |
getName() |
Object |
getValue() |
int |
hashCode() |
int |
intValue() |
public static final SelectItemImpl EMPTY
public int intValue()
public Object getValue()
getValue in interface SelectItempublic String getDisplayName()
getDisplayName in interface SelectItempublic String getName()
getName in interface SelectItemCopyright © 2021. All rights reserved.