| Package | Description |
|---|---|
| org.carrot2.util.attribute |
| Modifier and Type | Method and Description |
|---|---|
Set<AttributeInfo> |
IBindableDescriptor.getAttributes()
Returns descriptors of attributes declared by the component or its superclasses.
|
Map<String,AttributeInfo> |
IBindableDescriptor.getAttributesByFieldName()
Returns descriptors of attributes declared by the component or its superclasses
mapped by the field name.
|
Map<String,AttributeInfo> |
IBindableDescriptor.getAttributesByKey()
Returns descriptors of attributes declared by the component or its superclasses
mapped by the attribute key.
|
Set<AttributeInfo> |
IBindableDescriptor.getOwnAttributes()
Returns descriptors of attributes declared directly by the component.
|
| Constructor and Description |
|---|
AttributeInfo(String key,
String className,
String fieldName,
String javaDoc,
String label,
String title,
String description,
String group,
AttributeLevel level,
AttributeInfo inheritFrom) |
Copyright © 2013 Carrot2.org. All Rights Reserved.