public class BeanInfo extends Object
BeanInfo class.
| Constructor and Description | 
|---|
BeanInfo()
Constructor for BeanInfo. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addOperations(Object attr)
addOperations 
 | 
List<String> | 
getAttributeNames()
getAttributeNames 
 | 
List<String> | 
getCompositeAttributeNames()
getCompositeAttributeNames 
 | 
String | 
getExcludes()
Getter for the field  
excludes. | 
String | 
getKeyAlias()
Getter for the field  
keyAlias. | 
String | 
getKeyField()
Getter for the field  
keyField. | 
String | 
getMbeanName()
Getter for the field  
mbeanName. | 
String | 
getObjectName()
Getter for the field  
objectName. | 
List<Object> | 
getOperations()
Getter for the field  
operations. | 
void | 
setAttributes(List<String> attr)
Setter for the field  
attributes. | 
void | 
setCompositeAttributes(List<String> compAttr)
Setter for the field  
compositeAttributes. | 
void | 
setExcludes(String excludes)
Setter for the field  
excludes. | 
void | 
setKeyAlias(String substitutions)
Setter for the field  
keyAlias. | 
void | 
setKeyField(String keyField)
Setter for the field  
keyField. | 
void | 
setMbeanName(String mbeanName)
Setter for the field  
mbeanName. | 
void | 
setObjectName(String objectName)
Setter for the field  
objectName. | 
public List<String> getCompositeAttributeNames()
getCompositeAttributeNames
List object.public void setCompositeAttributes(List<String> compAttr)
Setter for the field compositeAttributes.
compAttr - a List object.public void setAttributes(List<String> attr)
Setter for the field attributes.
attr - a List object.public void addOperations(Object attr)
addOperations
attr - a Object object.public List<Object> getOperations()
Getter for the field operations.
ArrayList object.public String getMbeanName()
Getter for the field mbeanName.
public void setMbeanName(String mbeanName)
Setter for the field mbeanName.
mbeanName - The mbeanName to set.public String getObjectName()
Getter for the field objectName.
public void setObjectName(String objectName)
Setter for the field objectName.
objectName - The objectName to set.public String getExcludes()
Getter for the field excludes.
public void setExcludes(String excludes)
Setter for the field excludes.
excludes - The excludes to set.public String getKeyField()
Getter for the field keyField.
public void setKeyField(String keyField)
Setter for the field keyField.
keyField - The keyField to set.public String getKeyAlias()
Getter for the field keyAlias.
public void setKeyAlias(String substitutions)
Setter for the field keyAlias.
substitutions - The substitutions to set.Copyright © 2021. All rights reserved.