org.eclipse.jst.jsf.facesconfig.emf
Interface DefaultValidatorsType

All Known Implementing Classes:
DefaultValidatorsTypeImpl

public interface DefaultValidatorsType

A representation of the model object 'Default Validators Type'.

The following features are supported:

See Also:
FacesConfigPackage.getDefaultValidatorsType()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 java.lang.String getId()
          Returns the value of the 'Id' attribute
 EList getValidatorId()
          Returns the value of the 'Validator Id' containment reference list.
 void setId(java.lang.String value)
          Sets the value of the 'Id' attribute
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
Method Detail

getValidatorId

EList getValidatorId()
Returns the value of the 'Validator Id' containment reference list. The list contents are of type ValidatorIdType.

If the meaning of the 'Validator Id' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Validator Id' containment reference list.
See Also:
FacesConfigPackage.getDefaultValidatorsType_ValidatorId()

getId

java.lang.String getId()
Returns the value of the 'Id' attribute.

If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Id' attribute.
See Also:
setId(String), FacesConfigPackage.getDefaultValidatorsType_Id()

setId

void setId(java.lang.String value)
Sets the value of the 'Id' attribute.

Parameters:
value - the new value of the 'Id' attribute.
See Also:
getId()