public interface OptionValidator
Option
.
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 |
validateDescription(String value) |
boolean |
validateEffects(EList<Effect> value) |
boolean |
validateIsImplemented(boolean value) |
boolean |
validateIsModelled(boolean value) |
boolean |
validateIsSelected(boolean value) |
boolean |
validateKeywords(EList<String> value) |
boolean |
validateRationale(EList<TextRationale> value) |
boolean |
validateRepository(OptionRepository value) |
boolean |
validateStatus(DecisionStatusEnum value) |
boolean |
validateTimeStamp(Date value) |
boolean |
validateTitle(String value) |
boolean |
validateUsedTerms(EList<GlossaryTerm> value) |
boolean validate()
boolean validateDescription(String value)
boolean validateStatus(DecisionStatusEnum value)
boolean validateRepository(OptionRepository value)
boolean validateRationale(EList<TextRationale> value)
boolean validateIsSelected(boolean value)
boolean validateIsModelled(boolean value)
boolean validateIsImplemented(boolean value)
boolean validateTimeStamp(Date value)
boolean validateTitle(String value)
boolean validateUsedTerms(EList<GlossaryTerm> value)