public class ReportParameter extends Object
| Constructor and Description |
|---|
ReportParameter(org.netxms.base.NXCPMessage msg,
long baseId)
Create parameter definition from NXCP message
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultValue()
Get default value
|
String |
getDependsOn()
Get dependencies
|
String |
getDescription()
Get description
|
int |
getIndex()
Get parameter index
|
String |
getName()
Get parameter name
|
int |
getSpan()
Get column span for this parameter
|
String |
getType()
Get parameter type
|
String |
toString() |
public ReportParameter(org.netxms.base.NXCPMessage msg,
long baseId)
msg - NXCP messagebaseId - base field IDpublic int getIndex()
public String getName()
public String getDependsOn()
public String getDescription()
public String getType()
public String getDefaultValue()
public int getSpan()
Copyright © 2018. All rights reserved.