| Constructor and Description | 
|---|
| ParameterDefinition(String id,
                   Type<T> type) | 
| ParameterDefinition(String id,
                   Type<T> type,
                   LocalizedString name,
                   LocalizedString description,
                   boolean optional,
                   T defaultValue) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object obj) | 
| T | getDefaultValue() | 
| String | getDescription() | 
| String | getId() | 
| String | getName() | 
| Type<?> | getType() | 
| boolean | hasDefaultValue() | 
| int | hashCode() | 
| boolean | isArray() | 
| boolean | isOptional() | 
| String | toString() | 
public ParameterDefinition(String id, Type<T> type, LocalizedString name, LocalizedString description, boolean optional, T defaultValue)
public String getId()
public String getName()
public String getDescription()
public Type<?> getType()
public boolean isArray()
public boolean isOptional()
public T getDefaultValue()
public boolean hasDefaultValue()
Copyright © 2019 Suncode. All rights reserved.