public class Preset extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected String |
label |
protected String[] |
pkgs |
| Constructor and Description |
|---|
Preset(String id,
String label,
String[] pkgs) |
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
String |
getLabel() |
String[] |
getPkgs() |
String |
getPkgsAsJsonArray() |
Copyright © 2019 Nuxeo. All rights reserved.