org.eclipse.jst.jsf.common.metadata
Interface IncludeEntityGroup
-
public interface IncludeEntityGroup
A representation of the model object '
Include Entity Group
'.
Provisional API - subject to change
The following features are supported:
-
See Also:
-
MetadataPackage.getIncludeEntityGroup()
Field Summary
|
static java.lang.String
|
copyright
|
Method Summary
|
java.lang.String
|
getId
()
Returns the value of the '
Id
' attribute |
java.lang.String
|
getModelUri
()
Returns the value of the '
Model Uri
' attribute |
void
|
setId
(java.lang.String value)
Sets the value of the '
Id ' attribute |
void
|
setModelUri
(java.lang.String value)
Sets the value of the '
Model Uri ' attribute |
copyright
static final java.lang.String copyright
-
-
See Also:
-
Constant Field Values
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)
,
MetadataPackage.getIncludeEntityGroup_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()
getModelUri
java.lang.String getModelUri()
- Returns the value of the '
Model Uri
' attribute.
If the meaning of the 'Model Uri' attribute isn't clear,
there really should be more of a description here...
-
-
Returns:
- the value of the 'Model Uri' attribute.
-
See Also:
-
setModelUri(String)
,
MetadataPackage.getIncludeEntityGroup_ModelUri()
setModelUri
void setModelUri(java.lang.String value)
- Sets the value of the '
Model Uri
' attribute.
-
-
Parameters:
-
value
- the new value of the 'Model Uri' attribute. -
See Also:
-
getModelUri()