Class AttributeModifiers
- java.lang.Object
-
- de.hybris.platform.servicelayer.type.AttributeModifiers
-
public final class AttributeModifiers extends java.lang.ObjectClass contains attribute modifiers that should be used for searching and filtering attribute descriptors. Attributes are represented on bits to keep high performance and due to compatibility with the flags defined inAttributeDescriptor
-
-
Field Summary
Fields Modifier and Type Field Description static intALLstatic AttributeModifierCriteriaALL_CRITERIAstatic AttributeModifierCriteriaALL_PRIVATE_CRITERIAstatic AttributeModifierCriteriaALL_PUBLIC_CRITERIAstatic intENCRYPTEDstatic intINHERITEDstatic intINITIALstatic intLOCALIZEDstatic intOPTIONALstatic intPARTOFstatic intPRIMITIVEstatic intPRIVATEstatic intPROPERTYstatic intREADstatic intREMOVEstatic intSEARCHstatic intTIM_IGNOREstatic intWRITE
-
-
-
Field Detail
-
READ
public static final int READ
- See Also:
- Constant Field Values
-
WRITE
public static final int WRITE
- See Also:
- Constant Field Values
-
REMOVE
public static final int REMOVE
- See Also:
- Constant Field Values
-
OPTIONAL
public static final int OPTIONAL
- See Also:
- Constant Field Values
-
SEARCH
public static final int SEARCH
- See Also:
- Constant Field Values
-
PARTOF
public static final int PARTOF
- See Also:
- Constant Field Values
-
PRIVATE
public static final int PRIVATE
- See Also:
- Constant Field Values
-
PROPERTY
public static final int PROPERTY
- See Also:
- Constant Field Values
-
LOCALIZED
public static final int LOCALIZED
- See Also:
- Constant Field Values
-
INHERITED
public static final int INHERITED
- See Also:
- Constant Field Values
-
INITIAL
public static final int INITIAL
- See Also:
- Constant Field Values
-
TIM_IGNORE
public static final int TIM_IGNORE
- See Also:
- Constant Field Values
-
ENCRYPTED
public static final int ENCRYPTED
- See Also:
- Constant Field Values
-
PRIMITIVE
public static final int PRIMITIVE
- See Also:
- Constant Field Values
-
ALL
public static final int ALL
- See Also:
- Constant Field Values
-
ALL_CRITERIA
public static final AttributeModifierCriteria ALL_CRITERIA
-
ALL_PUBLIC_CRITERIA
public static final AttributeModifierCriteria ALL_PUBLIC_CRITERIA
-
ALL_PRIVATE_CRITERIA
public static final AttributeModifierCriteria ALL_PRIVATE_CRITERIA
-
-