public interface TaglibType
The following features are supported:
Webapp22Package.getTaglibType()| Modifier and Type | Method and Description |
|---|---|
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. |
TaglibUriType getTaglibUri()
If the meaning of the 'Taglib Uri' containment reference isn't clear, there really should be more of a description here...
setTaglibUri(TaglibUriType),
Webapp22Package.getTaglibType_TaglibUri()void setTaglibUri(TaglibUriType value)
Taglib Uri' containment reference.
value - the new value of the 'Taglib Uri' containment reference.getTaglibUri()TaglibLocationType getTaglibLocation()
If the meaning of the 'Taglib Location' containment reference isn't clear, there really should be more of a description here...
setTaglibLocation(TaglibLocationType),
Webapp22Package.getTaglibType_TaglibLocation()void setTaglibLocation(TaglibLocationType 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),
Webapp22Package.getTaglibType_Id()