public class LogicalContainerAwareFeatureNameValidator extends FeatureNameValidator
IT, SELF, SUPER, THIS| Constructor and Description |
|---|
LogicalContainerAwareFeatureNameValidator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isDisallowedName(QualifiedName name)
Returns
true if it is illegal to define the given name. |
isDiscouragedName, isShadowingAllowedpublic LogicalContainerAwareFeatureNameValidator()
public boolean isDisallowedName(QualifiedName name)
FeatureNameValidatortrue if it is illegal to define the given name.isDisallowedName in class FeatureNameValidatorname - the name that is to-be-defined.true if the name may not be used.