public class DescriptorSupport extends DescriptorSupport
| Modifier and Type | Class and Description |
|---|---|
static class |
DescriptorSupport.OptionalFieldName |
static class |
DescriptorSupport.RequiredFieldName |
| Constructor and Description |
|---|
DescriptorSupport()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isValid()
For a decriptor to be valid the following has to be true :
The basic isValid() of the base javax.management.modelmbean.DescriptorSupport should pass.
|
void |
setAttributeName(String name) |
void |
setDefault(Object def) |
void |
setDescriptionId(String id) |
void |
setDisplayName(String displayName) |
void |
setDisplayNameId(String id) |
void |
setEnumValue(String value) |
void |
setIsPassword(Boolean isPassword) |
void |
setIsStatic(Boolean isStatic) |
void |
setMaxValue(Object value) |
void |
setMinValue(Object value) |
void |
setResourceBundleName(String bundleName) |
void |
setToolTip(String toolTip) |
void |
setToolTipId(String toolTipId) |
void |
setUnit(String unit) |
clone, equals, getFieldNames, getFields, getFieldValue, getFieldValues, hashCode, removeField, setField, setFields, toString, toXMLStringpublic void setAttributeName(String name)
name - - identification for the attributepublic void setIsStatic(Boolean isStatic)
isStatic - - if true, the JBI runtime has to be restarted
for changes to apply.public void setIsPassword(Boolean isPassword)
isStatic - - if true, this field is to be encrypted before
persisting it and the value is masked when retrieved.public void setDefault(Object def)
def - - default value for the objectpublic void setDisplayName(String displayName)
displayName - - display name string for the attributepublic void setDisplayNameId(String id)
id - - localzation token for display name.public void setDescriptionId(String id)
id - - localzation token for description.public void setToolTip(String toolTip)
toolTip - - long description for the attribute.public void setToolTipId(String toolTipId)
toolTipId - - localization id for the tool tip string.public void setResourceBundleName(String bundleName)
bundleName - - resource bundle identificationpublic void setMinValue(Object value)
value - - minumum value allowedpublic void setMaxValue(Object value)
value - - maximum value allowedpublic void setEnumValue(String value)
value - - emumeration of allowed valuespublic void setUnit(String unit)
unit - - unit as a stringpublic boolean isValid()
throws RuntimeOperationsException
isValid in interface DescriptorisValid in class DescriptorSupportRuntimeOperationsExceptionCopyright © 2011-2016 OpenESB Community. All Rights Reserved.