public class CreatorModel extends Object
| Constructor | Description |
|---|---|
CreatorModel(String name,
Parameter parameter,
JsonbContext context) |
Creates a new instance.
|
| Modifier and Type | Method | Description |
|---|---|---|
CreatorCustomization |
getCustomization() |
|
String |
getName() |
Gets parameter name.
|
Type |
getType() |
Gets parameter type.
|
public CreatorModel(String name, Parameter parameter, JsonbContext context)
name - Parameter nameparameter - constructor parametercontext - jsonb contextpublic String getName()
public CreatorCustomization getCustomization()
public Type getType()
Copyright © 2018 Oracle Corporation. All rights reserved.