public class TriggerParameterDescriptor extends DescriptorElement
| Constructor and Description |
|---|
TriggerParameterDescriptor(String name,
String displayName,
String description,
DataTypeDescriptor dataType,
boolean required,
DescriptorElementLocation location) |
| Modifier and Type | Method and Description |
|---|---|
DataTypeDescriptor |
getDataType() |
String |
getDescription() |
String |
getDisplayName() |
String |
getName() |
boolean |
isRequired() |
getLocationpublic TriggerParameterDescriptor(String name, String displayName, String description, DataTypeDescriptor dataType, boolean required, DescriptorElementLocation location)
public String getName()
public String getDisplayName()
public String getDescription()
public DataTypeDescriptor getDataType()
public boolean isRequired()
Copyright © 2026. All rights reserved.