|
Carrot2 v3.6.0-SNAPSHOT
API Documentation |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.carrot2.util.attribute.metadata.CommonMetadata
org.carrot2.util.attribute.metadata.BindableMetadata
public class BindableMetadata
Human-readable metadata for a Bindable type.
| Field Summary |
|---|
| Fields inherited from class org.carrot2.util.attribute.metadata.CommonMetadata |
|---|
description, label, title |
| Method Summary | |
|---|---|
static BindableMetadata |
forClassWithParents(Class<?> clazz)
Load metadata of a given bindable class, merged with bindable attributes from parent classes marked with Bindable as well. |
Map<String,AttributeMetadata> |
getAttributeMetadata()
Returns metadata for all attributes in the bindable type. |
String |
toString()
|
| Methods inherited from class org.carrot2.util.attribute.metadata.CommonMetadata |
|---|
getDescription, getLabel, getLabelOrTitle, getTitle, setDescription, setLabel, setTitle |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public Map<String,AttributeMetadata> getAttributeMetadata()
Attribute.key(). The returned map
is unmodifiable.public String toString()
toString in class Objectpublic static BindableMetadata forClassWithParents(Class<?> clazz)
Bindable as well.
|
Please refer to project documentation at
http://project.carrot2.org |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||