Package | Description |
---|---|
org.apache.empire.commons |
This package contains various common classes for error handling, specific data types and data type conversion.
|
Modifier and Type | Field and Description |
---|---|
protected ArrayList<OptionEntry> |
Options.list |
Modifier and Type | Method and Description |
---|---|
protected OptionEntry |
Options.createOptionEntry(Object value,
String text,
boolean active) |
OptionEntry |
Options.getEntry(Object value) |
Modifier and Type | Method and Description |
---|---|
Iterator<OptionEntry> |
Options.iterator() |
Modifier and Type | Method and Description |
---|---|
boolean |
Options.add(OptionEntry option) |
void |
Options.append(OptionEntry option)
Appends an option
Useful for fast loading when it is certain that there are no duplicates
WARNING: Does not check if the entry already exists
|
Object |
Options.OptionGroupResolver.getGroup(OptionEntry oe) |
Modifier and Type | Method and Description |
---|---|
boolean |
Options.addAll(Collection<? extends OptionEntry> source) |
Constructor and Description |
---|
Options(OptionEntry[] entries) |
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.