public interface Catalog
The following features are supported:
GraphqlTestPackage.getCatalog()| Modifier and Type | Method and Description |
|---|---|
<any> |
getEntries()
Returns the value of the 'Entries' reference list.
|
java.lang.String |
getId()
Returns the value of the 'Id' attribute.
|
java.lang.String |
getName()
Returns the value of the 'Name' 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.getCatalog_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.getCatalog_Name()void setName(java.lang.String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()<any> getEntries()
CatalogEntry.
It is bidirectional and its opposite is 'Catalog'.
If the meaning of the 'Entries' reference list isn't clear, there really should be more of a description here...
GraphqlTestPackage.getCatalog_Entries(),
CatalogEntry.getCatalog()Data In Motion GmbH all rights reserved