blob: 16688103e6485af7e8cacd7471166513f7c11c95 [file] [log] [blame]
/**
* <copyright>
* </copyright>
*
* $Id: ValidatorTagDefn.java,v 1.1 2010/03/08 18:49:40 cbateman Exp $
*/
package org.eclipse.jst.jsf.facelet.core.internal.registry.taglib.faceletTaglib;
/**
* <!-- 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.ValidatorTagDefn#getValidatorId <em>Validator Id</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.jst.jsf.facelet.core.internal.registry.taglib.faceletTaglib.FaceletTaglibPackage#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.FaceletTaglibPackage#getValidatorTagDefn_ValidatorId()
* @model
* @generated
*/
String getValidatorId();
/**
* Sets the value of the '{@link org.eclipse.jst.jsf.facelet.core.internal.registry.taglib.faceletTaglib.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