bool get isAugmentation { return hasModifier(Modifier.AUGMENTATION); }
set isAugmentation(bool value) { setModifier(Modifier.AUGMENTATION, value); }