org.eclipse.modisco.jee.webapp.webapp22
Interface TaglibType


public interface TaglibType

A representation of the model object 'Taglib Type'.

The following features are supported:

See Also:
Webapp22Package.getTaglibType()
Generated:
Model:
extendedMetaData="name='taglib_._type' kind='elementOnly'"

Method Summary
 java.lang.String getId()
          Returns the value of the 'Id' attribute.
 TaglibLocationType getTaglibLocation()
          Returns the value of the 'Taglib Location' containment reference.
 TaglibUriType getTaglibUri()
          Returns the value of the 'Taglib Uri' containment reference.
 void setId(java.lang.String value)
          Sets the value of the 'Id' attribute.
 void setTaglibLocation(TaglibLocationType value)
          Sets the value of the 'Taglib Location' containment reference.
 void setTaglibUri(TaglibUriType value)
          Sets the value of the 'Taglib Uri' containment reference.
 

Method Detail

getTaglibUri

TaglibUriType getTaglibUri()
Returns the value of the 'Taglib Uri' containment reference.

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

Returns:
the value of the 'Taglib Uri' containment reference.
See Also:
setTaglibUri(TaglibUriType), Webapp22Package.getTaglibType_TaglibUri()
Generated:
Model:
containment="true" required="true" extendedMetaData="kind='element' name='taglib-uri' namespace='##targetNamespace'"

setTaglibUri

void setTaglibUri(TaglibUriType value)
Sets the value of the 'Taglib Uri' containment reference.

Parameters:
value - the new value of the 'Taglib Uri' containment reference.
See Also:
getTaglibUri()
Generated:

getTaglibLocation

TaglibLocationType getTaglibLocation()
Returns the value of the 'Taglib Location' containment reference.

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

Returns:
the value of the 'Taglib Location' containment reference.
See Also:
setTaglibLocation(TaglibLocationType), Webapp22Package.getTaglibType_TaglibLocation()
Generated:
Model:
containment="true" required="true" extendedMetaData="kind='element' name='taglib-location' namespace='##targetNamespace'"

setTaglibLocation

void setTaglibLocation(TaglibLocationType value)
Sets the value of the 'Taglib Location' containment reference.

Parameters:
value - the new value of the 'Taglib Location' containment reference.
See Also:
getTaglibLocation()
Generated:

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), Webapp22Package.getTaglibType_Id()
Generated:
Model:
id="true" dataType="org.eclipse.emf.ecore.xml.type.ID" extendedMetaData="kind='attribute' name='id' namespace='##targetNamespace'"

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()
Generated: