Class QuerySetFilterTypeWrapper
- java.lang.Object
-
- org.hpccsystems.ws.client.wrappers.wsworkunits.QuerySetFilterTypeWrapper
-
@Deprecated public class QuerySetFilterTypeWrapper extends Object
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description QuerySetFilterTypeWrapper()Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.WUQuerySetFilterTypefromString(String filtertype)Deprecated.From string.static org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.WUQuerySetFilterTypegetFilterType(String filtertype)Deprecated.Gets the filter type.static org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.WUQuerySetFilterTypegetFilterType(QuerySetFilterType filtertype)Deprecated.Gets the filter type.
-
-
-
Method Detail
-
fromString
public static org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.WUQuerySetFilterType fromString(String filtertype)
Deprecated.From string.- Parameters:
filtertype- the filtertype- Returns:
- the WU query set filter type
-
getFilterType
public static org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.WUQuerySetFilterType getFilterType(QuerySetFilterType filtertype)
Deprecated.Gets the filter type.- Parameters:
filtertype- the filtertype- Returns:
- the filter type
-
getFilterType
public static org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.WUQuerySetFilterType getFilterType(String filtertype)
Deprecated.Gets the filter type.- Parameters:
filtertype- the filtertype- Returns:
- the filter type
-
-