public class Ingredient extends Object
| Constructor and Description |
|---|
Ingredient(String name,
boolean keyed,
List<Required> required,
List<Initializer> initializers,
List<Optional> optionals,
List<String> keyConstants) |
| Modifier and Type | Method and Description |
|---|---|
List<Initializer> |
getInitializers() |
List<String> |
getKeyConstants() |
String |
getName() |
List<Optional> |
getOptionals() |
List<Required> |
getRequired() |
boolean |
isKeyed() |
Copyright © 2018. All rights reserved.