blob: b91abf563fa89f03246b7f8d1d0b23695643bf13 [file] [log] [blame]
/**
* Copyright (c) 2011, 2015 - Lunifera GmbH (Gross Enzersdorf, Austria), Loetz GmbH&Co.KG (69115 Heidelberg, Germany)
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Florian Pirchner - Initial implementation
*/
package org.eclipse.osbp.ecview.core.common.model.validation;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>YBean Validation Validator Config</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.osbp.ecview.core.common.model.validation.YBeanValidationValidatorConfig#getBvalClass <em>Bval Class</em>}</li>
* <li>{@link org.eclipse.osbp.ecview.core.common.model.validation.YBeanValidationValidatorConfig#getBvalClassFullyQualifiedName <em>Bval Class Fully Qualified Name</em>}</li>
* <li>{@link org.eclipse.osbp.ecview.core.common.model.validation.YBeanValidationValidatorConfig#getBvalProperty <em>Bval Property</em>}</li>
* </ul>
*
* @see org.eclipse.osbp.ecview.core.common.model.validation.ValidationPackage#getYBeanValidationValidatorConfig()
* @model interface="true" abstract="true"
* @generated
*/
public interface YBeanValidationValidatorConfig extends YValidationConfig {
/**
* Returns the value of the '<em><b>Bval Class</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Bval Class</em>' attribute isn't clear,
* there really should be more of a description here...
*
* <!-- end-user-doc -->
* @return the value of the '<em>Bval Class</em>' attribute.
* @see #setBvalClass(Class)
* @see org.eclipse.osbp.ecview.core.common.model.validation.ValidationPackage#getYBeanValidationValidatorConfig_BvalClass()
* @model
* @generated
*/
Class<?> getBvalClass();
/**
* Sets the value of the '{@link org.eclipse.osbp.ecview.core.common.model.validation.YBeanValidationValidatorConfig#getBvalClass <em>Bval Class</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Bval Class</em>' attribute.
* @see #getBvalClass()
* @generated
*/
void setBvalClass(Class<?> value);
/**
* Returns the value of the '<em><b>Bval Class Fully Qualified Name</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Bval Class Fully Qualified Name</em>' attribute isn't clear,
* there really should be more of a description here...
*
* <!-- end-user-doc -->
* @return the value of the '<em>Bval Class Fully Qualified Name</em>' attribute.
* @see #setBvalClassFullyQualifiedName(String)
* @see org.eclipse.osbp.ecview.core.common.model.validation.ValidationPackage#getYBeanValidationValidatorConfig_BvalClassFullyQualifiedName()
* @model
* @generated
*/
String getBvalClassFullyQualifiedName();
/**
* Sets the value of the '{@link org.eclipse.osbp.ecview.core.common.model.validation.YBeanValidationValidatorConfig#getBvalClassFullyQualifiedName <em>Bval Class Fully Qualified Name</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Bval Class Fully Qualified Name</em>' attribute.
* @see #getBvalClassFullyQualifiedName()
* @generated
*/
void setBvalClassFullyQualifiedName(String value);
/**
* Returns the value of the '<em><b>Bval Property</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Bval Property</em>' attribute isn't clear,
* there really should be more of a description here...
*
* <!-- end-user-doc -->
* @return the value of the '<em>Bval Property</em>' attribute.
* @see #setBvalProperty(String)
* @see org.eclipse.osbp.ecview.core.common.model.validation.ValidationPackage#getYBeanValidationValidatorConfig_BvalProperty()
* @model
* @generated
*/
String getBvalProperty();
/**
* Sets the value of the '{@link org.eclipse.osbp.ecview.core.common.model.validation.YBeanValidationValidatorConfig#getBvalProperty <em>Bval Property</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Bval Property</em>' attribute.
* @see #getBvalProperty()
* @generated
*/
void setBvalProperty(String value);
} // YBeanValidationValidatorConfig