Uses of Class
net.sf.snmpadaptor4j.core.mapping.jaxb.MBeanAttributeType

Packages that use MBeanAttributeType
net.sf.snmpadaptor4j.core.mapping.jaxb   
 

Uses of MBeanAttributeType in net.sf.snmpadaptor4j.core.mapping.jaxb
 

Fields in net.sf.snmpadaptor4j.core.mapping.jaxb declared as MBeanAttributeType
protected  MBeanAttributeType TrapUserDataEntry.type
           
protected  MBeanAttributeType TrapUserData.type
           
protected  MBeanAttributeType MBeanAttribute.type
           
 

Methods in net.sf.snmpadaptor4j.core.mapping.jaxb that return MBeanAttributeType
static MBeanAttributeType MBeanAttributeType.fromValue(String v)
           
 MBeanAttributeType TrapUserDataEntry.getType()
          Gets the value of the type property.
 MBeanAttributeType TrapUserData.getType()
          Gets the value of the type property.
 MBeanAttributeType MBeanAttribute.getType()
          Gets the value of the type property.
static MBeanAttributeType MBeanAttributeType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MBeanAttributeType[] MBeanAttributeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.sf.snmpadaptor4j.core.mapping.jaxb with parameters of type MBeanAttributeType
 void TrapUserDataEntry.setType(MBeanAttributeType value)
          Sets the value of the type property.
 void TrapUserData.setType(MBeanAttributeType value)
          Sets the value of the type property.
 void MBeanAttribute.setType(MBeanAttributeType value)
          Sets the value of the type property.
 



Copyright © 2012-2013 snmpAdaptor4j. All Rights Reserved.