Constructor and Description |
---|
ParamInfo(int index,
String name,
Text description,
TypeInfo type) |
ParamInfo(int index,
String name,
Text description,
TypeInfo type,
TypeInfo unresolvedType) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
Text |
getDescription() |
int |
getIndex() |
String |
getName() |
String |
getName(Case _case) |
TypeInfo |
getType() |
TypeInfo |
getUnresolvedType() |
int |
hashCode() |
boolean |
isDataObject() |
boolean |
isNullable() |
Boolean |
isNullableCallback() |
String |
toString() |
public int getIndex()
public String getName()
public Text getDescription()
public boolean isNullable()
public Boolean isNullableCallback()
public TypeInfo getType()
public TypeInfo getUnresolvedType()
public boolean isDataObject()
Copyright © 2021 Eclipse. All rights reserved.