| org.compass.annotations.ExcludeAlias
ExcludeAlias | public enum ExcludeAlias (Code) | | Controls if the all property will exclude the alias from it
author: kimchy |
Field Summary | |
Enum Constant | FALSE All will be included for this mapping. | Enum Constant | NA Will use Compass globabl setting for all property. | Enum Constant | TRUE Alias will be excluded for this mapping. |
FALSE | Enum Constant FALSE(Code) | | All will be included 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.EXCLUDE_ALIAS |
TRUE | Enum Constant TRUE(Code) | | Alias will be excluded for this mapping. Regardless of the globabl
setting.
|
|
|