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

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

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

Methods in com.sun.ws.management that return InvalidOptionsFault.Detail
static InvalidOptionsFault.Detail InvalidOptionsFault.Detail.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static InvalidOptionsFault.Detail[] InvalidOptionsFault.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 InvalidOptionsFault.Detail
InvalidOptionsFault(InvalidOptionsFault.Detail... detail)