public interface CatalogEntry
The following features are supported:
GraphqlTestPackage.getCatalogEntry()| Modifier and Type | Method and Description |
|---|---|
Catalog |
getCatalog()
Returns the value of the 'Catalog' reference.
|
java.lang.String |
getDescription()
Returns the value of the 'Description' attribute.
|
java.lang.String |
getId()
Returns the value of the 'Id' attribute.
|
java.lang.String |
getName()
Returns the value of the 'Name' attribute.
|
void |
setCatalog(Catalog value)
Sets the value of the '
Catalog' reference. |
void |
setDescription(java.lang.String value)
Sets the value of the '
Description' attribute. |
void |
setId(java.lang.String value)
Sets the value of the '
Id' attribute. |
void |
setName(java.lang.String value)
Sets the value of the '
Name' attribute. |
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),
GraphqlTestPackage.getCatalogEntry_Id()void setId(java.lang.String value)
Id' attribute.
value - the new value of the 'Id' attribute.getId()java.lang.String getName()
setName(String),
GraphqlTestPackage.getCatalogEntry_Name()void setName(java.lang.String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()java.lang.String getDescription()
If the meaning of the 'Description' attribute isn't clear, there really should be more of a description here...
setDescription(String),
GraphqlTestPackage.getCatalogEntry_Description()void setDescription(java.lang.String value)
Description' attribute.
value - the new value of the 'Description' attribute.getDescription()Catalog getCatalog()
Entries'.
If the meaning of the 'Catalog' reference isn't clear, there really should be more of a description here...
setCatalog(Catalog),
GraphqlTestPackage.getCatalogEntry_Catalog(),
Catalog.getEntries()void setCatalog(Catalog value)
Catalog' reference.
value - the new value of the 'Catalog' reference.getCatalog()Data In Motion GmbH all rights reserved