atg.commerce.pricing
Enum Qualifier.FilterFlag

java.lang.Object
  extended by java.lang.Enum<Qualifier.FilterFlag>
      extended by atg.commerce.pricing.Qualifier.FilterFlag
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<Qualifier.FilterFlag>
Enclosing class:
Qualifier

public static enum Qualifier.FilterFlag
extends java.lang.Enum<Qualifier.FilterFlag>


Enum Constant Summary
QUALIFIER_DISCOUNTED_BY_ANY_DISCOUNT_ID
           
QUALIFIER_DISCOUNTED_BY_CURRENT_DISCOUNT_ID
           
QUALIFIER_NEGATIVE_PRICES
           
QUALIFIER_ON_SALE
           
QUALIFIER_ZERO_PRICES
           
TARGET_ACTED_AS_QUALIFIER_FOR_ANY_DISCOUNT
           
TARGET_DISCOUNTED_BY_ANY_DISCOUNT_ID
           
TARGET_DISCOUNTED_BY_CURRENT_DISCOUNT_ID
           
TARGET_NEGATIVE_PRICES
           
TARGET_ON_SALE
           
TARGET_PRICE_LESS_THAN_OR_EQUAL_TO_PROMOTION_PRICE
           
TARGET_ZERO_PRICES
           
 
Method Summary
 java.lang.String getPropertyName()
          Gets the property name.
static Qualifier.FilterFlag valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Qualifier.FilterFlag[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

QUALIFIER_NEGATIVE_PRICES

public static final Qualifier.FilterFlag QUALIFIER_NEGATIVE_PRICES

QUALIFIER_ZERO_PRICES

public static final Qualifier.FilterFlag QUALIFIER_ZERO_PRICES

QUALIFIER_ON_SALE

public static final Qualifier.FilterFlag QUALIFIER_ON_SALE

QUALIFIER_DISCOUNTED_BY_CURRENT_DISCOUNT_ID

public static final Qualifier.FilterFlag QUALIFIER_DISCOUNTED_BY_CURRENT_DISCOUNT_ID

QUALIFIER_DISCOUNTED_BY_ANY_DISCOUNT_ID

public static final Qualifier.FilterFlag QUALIFIER_DISCOUNTED_BY_ANY_DISCOUNT_ID

TARGET_NEGATIVE_PRICES

public static final Qualifier.FilterFlag TARGET_NEGATIVE_PRICES

TARGET_ZERO_PRICES

public static final Qualifier.FilterFlag TARGET_ZERO_PRICES

TARGET_PRICE_LESS_THAN_OR_EQUAL_TO_PROMOTION_PRICE

public static final Qualifier.FilterFlag TARGET_PRICE_LESS_THAN_OR_EQUAL_TO_PROMOTION_PRICE

TARGET_ON_SALE

public static final Qualifier.FilterFlag TARGET_ON_SALE

TARGET_DISCOUNTED_BY_CURRENT_DISCOUNT_ID

public static final Qualifier.FilterFlag TARGET_DISCOUNTED_BY_CURRENT_DISCOUNT_ID

TARGET_DISCOUNTED_BY_ANY_DISCOUNT_ID

public static final Qualifier.FilterFlag TARGET_DISCOUNTED_BY_ANY_DISCOUNT_ID

TARGET_ACTED_AS_QUALIFIER_FOR_ANY_DISCOUNT

public static final Qualifier.FilterFlag TARGET_ACTED_AS_QUALIFIER_FOR_ANY_DISCOUNT
Method Detail

values

public static Qualifier.FilterFlag[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (Qualifier.FilterFlag c : Qualifier.FilterFlag.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static Qualifier.FilterFlag valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

getPropertyName

public java.lang.String getPropertyName()
Gets the property name.

Returns:
the property name