Package com._1c.g5.v8.dt.cai
Class CaiModelValidator
- java.lang.Object
-
- com._1c.g5.v8.dt.cai.CaiModelValidator
-
public class CaiModelValidator extends Object
Client Application Interface model validator
-
-
Constructor Summary
Constructors Constructor Description CaiModelValidator(Version projectVersion)
Create a instance ofCaiModelValidator
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.core.runtime.IStatus
validate(org.eclipse.emf.ecore.EObject modelObject)
Validate specified model object.
-
-
-
Constructor Detail
-
CaiModelValidator
public CaiModelValidator(Version projectVersion)
Create a instance ofCaiModelValidator
- Parameters:
projectVersion
- the version of current Configuration project, cannot benull
-
-
Method Detail
-
validate
public org.eclipse.core.runtime.IStatus validate(org.eclipse.emf.ecore.EObject modelObject)
Validate specified model object.- Parameters:
modelObject
- the model object to validate, cannot benull
- Returns:
IStatus
of model validation, nevernull
- Throws:
IllegalArgumentException
- if specified object is not fromClientApplicationInterface
model package
-
-