public interface ApplicationOptionsValidator
ApplicationOptions.
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 |
validateApplicationAction(org.eclipse.emf.common.util.EList<RApplicationAction> value) |
boolean |
validateCacheElements(boolean value) |
boolean |
validateCustomOption(org.eclipse.emf.common.util.EList<SpecificAttribute> value) |
boolean |
validateDefaultGenericSymbol(java.lang.String value) |
boolean |
validateEndReference(java.lang.String value) |
boolean |
validateEXITPARM(java.lang.String value) |
boolean |
validateGenericSymbols(org.eclipse.emf.common.util.EList<java.lang.String> value) |
boolean |
validateIndependentAffectedResourceContexts(boolean value) |
boolean |
validateLastEditClientVersion(java.lang.String value) |
boolean |
validateMaxRC(int value) |
boolean |
validateModelID(java.lang.String value) |
boolean |
validateRootContainersAction(ActionDescriptor value) |
boolean |
validateStartReference(java.lang.String value) |
boolean |
validateVersion(double value) |
boolean |
validateVersion(java.lang.String value) |
boolean validate()
boolean validateCustomOption(org.eclipse.emf.common.util.EList<SpecificAttribute> value)
boolean validateApplicationAction(org.eclipse.emf.common.util.EList<RApplicationAction> value)
boolean validateDefaultGenericSymbol(java.lang.String value)
boolean validateEndReference(java.lang.String value)
boolean validateEXITPARM(java.lang.String value)
boolean validateGenericSymbols(org.eclipse.emf.common.util.EList<java.lang.String> value)
boolean validateMaxRC(int value)
boolean validateModelID(java.lang.String value)
boolean validateRootContainersAction(ActionDescriptor value)
boolean validateStartReference(java.lang.String value)
boolean validateVersion(java.lang.String value)
boolean validateLastEditClientVersion(java.lang.String value)
boolean validateIndependentAffectedResourceContexts(boolean value)
boolean validateCacheElements(boolean value)
boolean validateVersion(double value)
Copyright © 2015 Micro Focus GmbH. All rights reserved.