public interface Attribute extends Resource
Filter
and FilterOperation
classes to create filters, and to View.loadContent(Filter...)
to use
them loading report views.Modifier and Type | Method and Description |
---|---|
String |
getCode()
Returns the internal code of this attribute.
|
String |
getName()
Returns the human-readable name of this attribute.
|
AttributeType |
getType()
Returns the type of this attribute.
|
CachedList<AttributeValue> |
getValues()
Returns the possible values for this attribute.
|
String getName()
String getCode()
CachedList<AttributeValue> getValues()
CachedCollection.loadFirstTime()
to populate it initially.AttributeType getType()
Copyright © 2014. All rights reserved.