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() |
String |
getDependsOn() |
String |
getDescription() |
int |
getIndex() |
String |
getName() |
int |
getSpan() |
String |
getType() |
String |
toString() |
public ReportParameter(org.netxms.base.NXCPMessage msg, long baseId)
msg
- baseId
- public int getIndex()
public String getName()
public String getDependsOn()
public String getDescription()
public String getType()
public String getDefaultValue()
public int getSpan()
Copyright © 2014. All rights reserved.