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

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

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

Fields in net.sf.snmpadaptor4j.core.mapping.jaxb declared as GenericTrapCode
protected  GenericTrapCode GenericTrap.code
           
 

Methods in net.sf.snmpadaptor4j.core.mapping.jaxb that return GenericTrapCode
static GenericTrapCode GenericTrapCode.fromValue(String v)
           
 GenericTrapCode GenericTrap.getCode()
          Gets the value of the code property.
static GenericTrapCode GenericTrapCode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static GenericTrapCode[] GenericTrapCode.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 GenericTrapCode
 void GenericTrap.setCode(GenericTrapCode value)
          Sets the value of the code property.
 



Copyright © 2012-2013 snmpAdaptor4j. All Rights Reserved.