| Package | Description |
|---|---|
| org.carrot2.util.attribute |
| Modifier and Type | Field | Description |
|---|---|---|
AttributeLevel |
AttributeInfo.level |
Attribute level in the user interface.
|
| Modifier and Type | Method | Description |
|---|---|---|
AttributeLevel |
AttributeMetadata.getLevel() |
Returns the attribute level (basic, medium, advanced) or
null if the
attribute has no level assigned. |
static AttributeLevel |
AttributeLevel.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static AttributeLevel[] |
AttributeLevel.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
AttributeMetadata.setLevel(AttributeLevel level) |
| Constructor | Description |
|---|---|
AttributeInfo(String key,
String className,
String fieldName,
String javaDoc,
String label,
String title,
String description,
String group,
AttributeLevel level,
AttributeInfo inheritFrom) |
|
AttributeMetadata(String title,
String label,
String description,
String group,
AttributeLevel level) |
|
LevelsPredicate(AttributeLevel... levels) |
Copyright © 2018 Carrot2.org. All rights reserved.