public interface TaglibType
The following features are supported:
Webapp25Package.getTaglibType()| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getId()
Returns the value of the 'Id' attribute.
|
PathType |
getTaglibLocation()
Returns the value of the 'Taglib Location' containment reference.
|
String |
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(PathType value)
Sets the value of the '
Taglib Location' containment reference. |
void |
setTaglibUri(String value)
Sets the value of the '
Taglib Uri' containment reference. |
String getTaglibUri()
setTaglibUri(org.eclipse.modisco.jee.webapp.webapp25.String),
Webapp25Package.getTaglibType_TaglibUri()void setTaglibUri(String value)
Taglib Uri' containment reference.
value - the new value of the 'Taglib Uri' containment reference.getTaglibUri()PathType getTaglibLocation()
setTaglibLocation(PathType),
Webapp25Package.getTaglibType_TaglibLocation()void setTaglibLocation(PathType value)
Taglib Location' containment reference.
value - the new value of the 'Taglib Location' containment reference.getTaglibLocation()java.lang.String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String),
Webapp25Package.getTaglibType_Id()