/** * <copyright> * </copyright> * * $Id: ValidatorTagDefn.java,v 1.1 2010/03/18 06:24:40 cbateman Exp $ */ package org.eclipse.jst.jsf.facelet.core.internal.registry.taglib.faceletTaglib_1_0; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Validator Tag Defn</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link org.eclipse.jst.jsf.facelet.core.internal.registry.taglib.faceletTaglib_1_0.ValidatorTagDefn#getValidatorId <em>Validator Id</em>}</li> * </ul> * </p> * * @see org.eclipse.jst.jsf.facelet.core.internal.registry.taglib.faceletTaglib_1_0.FaceletTaglib_1_0Package#getValidatorTagDefn() * @model * @generated */ public interface ValidatorTagDefn extends HandlerTagDefn { /** * Returns the value of the '<em><b>Validator Id</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Validator Id</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Validator Id</em>' attribute. * @see #setValidatorId(String) * @see org.eclipse.jst.jsf.facelet.core.internal.registry.taglib.faceletTaglib_1_0.FaceletTaglib_1_0Package#getValidatorTagDefn_ValidatorId() * @model * @generated */ String getValidatorId(); /** * Sets the value of the '{@link org.eclipse.jst.jsf.facelet.core.internal.registry.taglib.faceletTaglib_1_0.ValidatorTagDefn#getValidatorId <em>Validator Id</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Validator Id</em>' attribute. * @see #getValidatorId() * @generated */ void setValidatorId(String value); } // ValidatorTagDefn