public class ConfiguredAutomatedAttribute<C extends ConfiguredObject,T> extends ConfiguredObjectMethodAttribute<C,T> implements ConfiguredSettableAttribute<C,T>
| Modifier and Type | Method and Description |
|---|---|
String |
defaultValue() |
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 |
hasValidValues()
Returns true iff this attribute has valid values defined
|
boolean |
isAutomated() |
boolean |
isDerived() |
boolean |
isImmutable() |
boolean |
isMandatory() |
boolean |
isOversized() |
boolean |
isPersisted() |
boolean |
isSecure() |
boolean |
updateAttributeDespiteUnchangedValue() |
Collection<String> |
validValues() |
convert, isSecureValueclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconvert, isSecureValuegetConverter, getGenericType, getName, getType, getValuepublic boolean isAutomated()
isAutomated in interface ConfiguredObjectAttribute<C extends ConfiguredObject,T>public boolean isDerived()
isDerived in interface ConfiguredObjectAttribute<C extends ConfiguredObject,T>public String defaultValue()
defaultValue in interface ConfiguredSettableAttribute<C extends ConfiguredObject,T>public boolean isSecure()
isSecure in interface ConfiguredObjectAttribute<C extends ConfiguredObject,T>public boolean isMandatory()
isMandatory in interface ConfiguredSettableAttribute<C extends ConfiguredObject,T>public boolean isImmutable()
isImmutable in interface ConfiguredSettableAttribute<C extends ConfiguredObject,T>public boolean isPersisted()
isPersisted in interface ConfiguredObjectAttribute<C extends ConfiguredObject,T>public boolean isOversized()
isOversized in interface ConfiguredObjectAttribute<C extends ConfiguredObject,T>public boolean updateAttributeDespiteUnchangedValue()
updateAttributeDespiteUnchangedValue in interface ConfiguredObjectAttribute<C extends ConfiguredObject,T>public String getOversizedAltText()
getOversizedAltText in interface ConfiguredObjectAttribute<C extends ConfiguredObject,T>public String getDescription()
getDescription in interface ConfiguredObjectAttribute<C extends ConfiguredObject,T>public Pattern getSecureValueFilter()
getSecureValueFilter in interface ConfiguredObjectAttribute<C extends ConfiguredObject,T>public Collection<String> validValues()
validValues in interface ConfiguredSettableAttribute<C extends ConfiguredObject,T>public boolean hasValidValues()
hasValidValues in interface ConfiguredSettableAttribute<C extends ConfiguredObject,T>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.