public class ProcessParameter extends Object
Modifier and Type | Field and Description |
---|---|
static byte |
COMPLEX |
static byte |
COMPLEX_ARRAY |
static byte |
SIMPLE |
static byte |
SIMPLE_ARRAY |
Constructor and Description |
---|
ProcessParameter(org.eclipse.core.runtime.IConfigurationElement element)
Constructor to extract the parameter info.
|
Modifier and Type | Method and Description |
---|---|
ProcessParameter[] |
getComplexChildren() |
String |
getName()
Return the Element name.
|
byte |
getType()
Returns the Element Type.
|
boolean |
isExternal()
Checks whether the element in external.
|
boolean |
isNullable() |
public static final byte SIMPLE
public static final byte SIMPLE_ARRAY
public static final byte COMPLEX
public static final byte COMPLEX_ARRAY
public ProcessParameter(org.eclipse.core.runtime.IConfigurationElement element)
element
- public String getName()
public byte getType()
public ProcessParameter[] getComplexChildren()
public boolean isExternal()
public boolean isNullable()
Copyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.