public class NodeParameter
extends java.lang.Object
ExecutionPlanningService| Modifier and Type | Field and Description |
|---|---|
static int |
TYPE_BOOLEAN
type of a boolean parameter, value = 3
|
static int |
TYPE_CHAR
type of a single character parameter, value = 5
|
static int |
TYPE_DATE
type of a date parameter, value = 6
|
static int |
TYPE_FLOAT
type of a float parameter, value = 2
|
static int |
TYPE_NUMBER
type of a integer parameter, value = 1
|
static int |
TYPE_PASSWORD
type of a password parameter, value = 4
|
static int |
TYPE_STRING
type of a string parameter, value = 0
|
| Constructor and Description |
|---|
NodeParameter() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription()
Gets the description of the parameter.
|
int |
getId()
Gets the ID of the parameter.
|
java.lang.String |
getName()
Gets the name of the parameter.
|
int |
getType()
Gets the type of the parameter, see constants.
|
java.lang.String |
getValue()
Gets the current value of the property.
|
boolean |
isInherited()
Gets
true if it is an inherited value, false otherwise. |
void |
setDescription(java.lang.String description)
Sets the description of the parameter.
|
void |
setId(int id)
Sets the ID of the parameter.
|
void |
setInherited(boolean inherited)
Sets
true if it is an inherited value, false otherwise. |
void |
setName(java.lang.String name)
Sets the name of the parameter.
|
void |
setType(int type)
Sets the type of the parameter, see constants.
|
void |
setValue(java.lang.String value)
Sets the current value of the property.
|
public static final int TYPE_STRING
public static final int TYPE_NUMBER
public static final int TYPE_FLOAT
public static final int TYPE_BOOLEAN
public static final int TYPE_PASSWORD
public static final int TYPE_CHAR
public static final int TYPE_DATE
public int getId()
public void setId(int id)
id - public java.lang.String getName()
public void setName(java.lang.String name)
name - public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - public java.lang.String getValue()
public void setValue(java.lang.String value)
value - public boolean isInherited()
true if it is an inherited value, false otherwise.public void setInherited(boolean inherited)
true if it is an inherited value, false otherwise.inherited - public int getType()
public void setType(int type)
type - Copyright © Micro Focus 2004-2019. All rights reserved.