Constructor and Description |
---|
ParameterDefinition(String id,
Type<T> type) |
ParameterDefinition(String id,
Type<T> type,
LocalizedString name,
LocalizedString description,
boolean optional,
T defaultValue) |
ParameterDefinition(String id,
Type<T> type,
LocalizedString name,
LocalizedString description,
boolean optional,
T defaultValue,
List<String> recommendedFunctions) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
T |
getDefaultValue() |
String |
getDescription() |
String |
getId() |
String |
getName() |
List<String> |
getRecommendedFunctions() |
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 ParameterDefinition(String id, Type<T> type, LocalizedString name, LocalizedString description, boolean optional, T defaultValue, List<String> recommendedFunctions)
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 © 2023 Suncode. All rights reserved.