| org.compass.annotations.EnableAll
EnableAll | public enum EnableAll (Code) | | Controls if the all property will be enabled or not.
author: kimchy |
Field Summary | |
Enum Constant | FALSE All will be disabled for this mapping. | Enum Constant | NA Will use Compass globabl setting for all property. | Enum Constant | TRUE All will be enabled for this mapping. |
FALSE | Enum Constant FALSE(Code) | | All will be disabled for this mapping. Regardless of the globabl
setting.
|
NA | Enum Constant NA(Code) | | Will use Compass globabl setting for all property.
See Also: org.compass.core.config.CompassEnvironment.All.ENABLED |
TRUE | Enum Constant TRUE(Code) | | All will be enabled for this mapping. Regardless of the globabl
setting.
|
|
|