public interface ConfiguredObjectAttribute<C extends ConfiguredObject,T> extends ConfiguredObjectAttributeOrStatistic<C,T>
Modifier and Type | Method and Description |
---|---|
T |
convert(Object value,
C object) |
String |
getDescription() |
String |
getOversizedAltText() |
Pattern |
getSecureValueFilter() |
boolean |
isAutomated() |
boolean |
isDerived() |
boolean |
isOversized() |
boolean |
isPersisted() |
boolean |
isSecure() |
boolean |
isSecureValue(Object value) |
boolean |
updateAttributeDespiteUnchangedValue() |
getConverter, getGenericType, getName, getType, getValue
boolean isAutomated()
boolean isDerived()
boolean isSecure()
boolean isPersisted()
boolean isOversized()
boolean updateAttributeDespiteUnchangedValue()
String getOversizedAltText()
String getDescription()
Pattern getSecureValueFilter()
boolean isSecureValue(Object value)
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.