Uses of Class
com.xerox.amazonws.fps.DescriptorPolicy.SoftDescriptorType

Packages that use DescriptorPolicy.SoftDescriptorType
com.xerox.amazonws.fps   
 

Uses of DescriptorPolicy.SoftDescriptorType in com.xerox.amazonws.fps
 

Methods in com.xerox.amazonws.fps that return DescriptorPolicy.SoftDescriptorType
static DescriptorPolicy.SoftDescriptorType DescriptorPolicy.SoftDescriptorType.fromValue(String v)
           
 DescriptorPolicy.SoftDescriptorType DescriptorPolicy.getSoftDescriptorType()
           
static DescriptorPolicy.SoftDescriptorType DescriptorPolicy.SoftDescriptorType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DescriptorPolicy.SoftDescriptorType[] DescriptorPolicy.SoftDescriptorType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.xerox.amazonws.fps with parameters of type DescriptorPolicy.SoftDescriptorType
DescriptorPolicy(DescriptorPolicy.SoftDescriptorType softDescriptorType, DescriptorPolicy.CSNumberOf csNumberOf)