Uses of Class
org.apache.openejb.jee.was.v6.ejb.DestinationEnum
-
Packages that use DestinationEnum Package Description 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 Modifier and Type Field Description protected DestinationEnumMessageDrivenDestination. destinationTypeMethods in org.apache.openejb.jee.was.v6.ejb that return DestinationEnum Modifier and Type Method Description static DestinationEnumDestinationEnum. fromValue(String v)DestinationEnumMessageDrivenDestination. getDestinationType()Gets the value of the destinationType property.static DestinationEnumDestinationEnum. 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 Modifier and Type Method Description voidMessageDrivenDestination. setDestinationType(DestinationEnum value)Sets the value of the destinationType property.
-