public interface ElementTypeValidator
ElementType.
This doesn't really do anything, and it's not a real EMF artifact.
It was generated by the org.eclipse.emf.examples.generator.validator plug-in to illustrate how EMF's code generator can be extended.
This can be disabled with -vmargs -Dorg.eclipse.emf.examples.generator.validator=false.| Modifier and Type | Method and Description |
|---|---|
boolean |
validate() |
boolean |
validateGetAllProperties(ActionDescriptor value) |
boolean |
validateGetChildren(ActionDescriptor value) |
boolean |
validateHasAction(org.eclipse.emf.common.util.EList<RElementAction> value) |
boolean |
validateHasFilter(org.eclipse.emf.common.util.EList<RElementFilter> value) |
boolean |
validateHasGetChildrenAction(RElementGetChildrenAction value) |
boolean |
validateHasGetPropertiesAction(RElementGetProperties value) |
boolean |
validateHasProperty(org.eclipse.emf.common.util.EList<RElementProperty> value) |
boolean |
validateHasTextDecoration(org.eclipse.emf.common.util.EList<RElementTextDecoration> value) |
boolean |
validateIcon(Icon value) |
boolean |
validateID(java.lang.String value) |
boolean |
validateIDDefinition(IDDefinition value) |
boolean |
validateMatchname(java.lang.String value) |
boolean validate()
boolean validateHasGetChildrenAction(RElementGetChildrenAction value)
boolean validateHasGetPropertiesAction(RElementGetProperties value)
boolean validateHasAction(org.eclipse.emf.common.util.EList<RElementAction> value)
boolean validateHasProperty(org.eclipse.emf.common.util.EList<RElementProperty> value)
boolean validateHasFilter(org.eclipse.emf.common.util.EList<RElementFilter> value)
boolean validateHasTextDecoration(org.eclipse.emf.common.util.EList<RElementTextDecoration> value)
boolean validateGetAllProperties(ActionDescriptor value)
boolean validateGetChildren(ActionDescriptor value)
boolean validateIcon(Icon value)
boolean validateID(java.lang.String value)
boolean validateIDDefinition(IDDefinition value)
boolean validateMatchname(java.lang.String value)
Copyright © 2015 Micro Focus GmbH. All rights reserved.