org.jboss.mx.metadata.xb
Class ModelMBeanAttributeInfoContainer
java.lang.Object
org.jboss.mx.metadata.xb.ModelMBeanAttributeInfoContainer
- All Implemented Interfaces:
- org.jboss.xb.binding.GenericValueContainer
public class ModelMBeanAttributeInfoContainer
- extends Object
- implements org.jboss.xb.binding.GenericValueContainer
The ModelMBeanAttributeInfo JBossXB container
- Version:
- $Revision: 81026 $
- Author:
- Scott.Stark@jboss.org
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ModelMBeanAttributeInfoContainer
public ModelMBeanAttributeInfoContainer()
getValue
public Object getValue()
setValue
public void setValue(Object value)
getDefaultValue
public Object getDefaultValue()
setDefaultValue
public void setDefaultValue(Object defaultValue)
getType
public String getType()
setType
public void setType(String type)
getAccess
public String getAccess()
setAccess
public void setAccess(String access)
getGetMethod
public String getGetMethod()
setGetMethod
public void setGetMethod(String getMethod)
getSetMethod
public String getSetMethod()
setSetMethod
public void setSetMethod(String setMethod)
getDescriptors
public Descriptor getDescriptors()
setDescriptors
public void setDescriptors(Descriptor descriptor)
instantiate
public Object instantiate()
- Specified by:
instantiate
in interface org.jboss.xb.binding.GenericValueContainer
addChild
public void addChild(QName name,
Object value)
- Specified by:
addChild
in interface org.jboss.xb.binding.GenericValueContainer
getTargetClass
public Class getTargetClass()
- Specified by:
getTargetClass
in interface org.jboss.xb.binding.GenericValueContainer
buildAttributeInfo
protected ModelMBeanAttributeInfo buildAttributeInfo()
throws NotCompliantMBeanException
- Throws:
NotCompliantMBeanException
Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.