public interface RFileElementValidator
RFileElement.
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 |
validateHasFileAttribute(org.eclipse.emf.common.util.EList<RFileAttribute> value) |
boolean |
validateHasFileElement(org.eclipse.emf.common.util.EList<RFileElement> value) |
boolean |
validateID(java.lang.String value) |
boolean |
validateMandatory(boolean value) |
boolean |
validateType(EFileElementType value) |
boolean validate()
boolean validateID(java.lang.String value)
boolean validateType(EFileElementType value)
boolean validateHasFileElement(org.eclipse.emf.common.util.EList<RFileElement> value)
boolean validateHasFileAttribute(org.eclipse.emf.common.util.EList<RFileAttribute> value)
boolean validateMandatory(boolean value)
Copyright © 2015 Micro Focus GmbH. All rights reserved.