Uses of Class
com.sun.ws.management.UnsupportedFeatureFault.Detail

Packages that use UnsupportedFeatureFault.Detail
com.sun.ws.management   
 

Uses of UnsupportedFeatureFault.Detail in com.sun.ws.management
 

Methods in com.sun.ws.management that return UnsupportedFeatureFault.Detail
static UnsupportedFeatureFault.Detail UnsupportedFeatureFault.Detail.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static UnsupportedFeatureFault.Detail[] UnsupportedFeatureFault.Detail.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.sun.ws.management with parameters of type UnsupportedFeatureFault.Detail
UnsupportedFeatureFault(UnsupportedFeatureFault.Detail... detail)