Class AttributeModifierDTO
java.lang.Object
de.hybris.bootstrap.typesystem.dto.AttributeModifierDTO
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintasInt()booleanbooleanbooleanbooleanisPartOf()booleantoString()withOptimize(boolean flag) if true = dont optimize false otherwise dont optimize true
-
Constructor Details
-
AttributeModifierDTO
public AttributeModifierDTO(int modifiers)
-
-
Method Details
-
isDontOptimize
public boolean isDontOptimize() -
isOptional
public boolean isOptional() -
isPartOf
public boolean isPartOf() -
isInitial
public boolean isInitial() -
isProperty
public boolean isProperty() -
asInt
public int asInt() -
toString
-
withOptimize
if true = dont optimize false otherwise dont optimize true- Parameters:
flag-- Returns:
AttributeModifierDTOinstance.
-