public class ConfiguredDerivedMethodAttribute<C extends ConfiguredObject,T> extends ConfiguredObjectMethodAttribute<C,T>
Modifier and Type | Method and Description |
---|---|
org.apache.qpid.server.model.AttributeValueConverter<T> |
getConverter() |
String |
getDescription() |
Type |
getGenericType() |
Method |
getGetter() |
String |
getName() |
String |
getOversizedAltText() |
Pattern |
getSecureValueFilter() |
Class<T> |
getType() |
T |
getValue(C configuredObject) |
boolean |
isAutomated() |
boolean |
isDerived() |
boolean |
isOversized() |
boolean |
isPersisted() |
boolean |
isSecure() |
boolean |
updateAttributeDespiteUnchangedValue() |
convert, isSecureValue
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getConverter, getGenericType, getName, getType, getValue
public boolean isAutomated()
public boolean isDerived()
public boolean isSecure()
public boolean isPersisted()
public boolean isOversized()
public boolean updateAttributeDespiteUnchangedValue()
public String getOversizedAltText()
public String getDescription()
public Pattern getSecureValueFilter()
public String getName()
getName
in interface ConfiguredObjectAttributeOrStatistic<C extends ConfiguredObject,T>
public Class<T> getType()
getType
in interface ConfiguredObjectAttributeOrStatistic<C extends ConfiguredObject,T>
public Type getGenericType()
getGenericType
in interface ConfiguredObjectAttributeOrStatistic<C extends ConfiguredObject,T>
public T getValue(C configuredObject)
getValue
in interface ConfiguredObjectAttributeOrStatistic<C extends ConfiguredObject,T>
public Method getGetter()
public org.apache.qpid.server.model.AttributeValueConverter<T> getConverter()
getConverter
in interface ConfiguredObjectAttributeOrStatistic<C extends ConfiguredObject,T>
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.