| Package | Description |
|---|---|
| com.independentsoft.share |
| Modifier and Type | Method and Description |
|---|---|
ListTemplateType |
List.getBaseTemplate()
Gets the base template.
|
ListTemplateType |
ListTemplate.getType()
Gets the type.
|
static ListTemplateType |
ListTemplateType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ListTemplateType[] |
ListTemplateType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List |
Service.getCatalog(ListTemplateType listTemplate)
Gets the catalog.
|
void |
List.setBaseTemplate(ListTemplateType baseTemplate)
Sets the base template.
|