Uses of Class
org.apache.openejb.jee.was.v6.ejb.DestinationEnum

Packages that use DestinationEnum
org.apache.openejb.jee.was.v6.ejb Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
 

Uses of DestinationEnum in org.apache.openejb.jee.was.v6.ejb
 

Fields in org.apache.openejb.jee.was.v6.ejb declared as DestinationEnum
protected  DestinationEnum MessageDrivenDestination.destinationType
           
 

Methods in org.apache.openejb.jee.was.v6.ejb that return DestinationEnum
static DestinationEnum DestinationEnum.fromValue(String v)
           
 DestinationEnum MessageDrivenDestination.getDestinationType()
          Gets the value of the destinationType property.
static DestinationEnum DestinationEnum.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DestinationEnum[] DestinationEnum.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.openejb.jee.was.v6.ejb with parameters of type DestinationEnum
 void MessageDrivenDestination.setDestinationType(DestinationEnum value)
          Sets the value of the destinationType property.
 



Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.