| Package | Description |
|---|---|
| org.carrot2.util.attribute |
| Modifier and Type | Field and Description |
|---|---|
AttributeLevel |
AttributeInfo.level
Attribute level in the user interface.
|
| Modifier and Type | Method and 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 and Description |
|---|---|
void |
AttributeMetadata.setLevel(AttributeLevel level) |
| Constructor and 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 © 2013 Carrot2.org. All Rights Reserved.