public abstract class PipelineVariableProperties
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected com.wm.lang.ns.NSField |
_field
Variable properties object wrapped by this instance.
|
static int |
DIM_ARRAY
Field dimension flag for array fields
|
static int |
DIM_SCALAR
Field dimension flag for scalar fields
|
static int |
DIM_TABLE
Field dimension flag for table fields
|
static int |
FIELD_OBJECT
Field type flag for object fields
|
static int |
FIELD_RECORD
Field type flag for record fields
|
static int |
FIELD_RECORDREF
Field type flag for record ref fields
|
static int |
FIELD_STRING
Field type flag for string fields
|
Modifier | Constructor and Description |
---|---|
protected |
PipelineVariableProperties(com.wm.lang.ns.NSField field) |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
adkPathToNSPath(java.lang.String adkPath)
Converts an ADK path string to NS format.
|
boolean |
getAllowNull() |
java.lang.String |
getComments() |
int |
getDimensions() |
java.lang.String |
getName() |
PipelineVariableProperties |
getParent() |
java.lang.String |
getPathName() |
boolean |
getRequired() |
int |
getType() |
java.lang.String |
getXMLNamespace() |
protected java.lang.String |
nsPathToADKPath(java.lang.String nsPath)
Converts an NS path string to ADK format
|
void |
setAllowNull(boolean setting)
Sets the value of the "allow null" property.
|
void |
setRequired(boolean setting)
Sets the value of the required property.
|
java.lang.String |
toString()
returns a String representation of this varaible
|
protected final com.wm.lang.ns.NSField _field
public static final int DIM_ARRAY
public static final int DIM_SCALAR
public static final int DIM_TABLE
public static final int FIELD_OBJECT
public static final int FIELD_RECORD
public static final int FIELD_RECORDREF
public static final int FIELD_STRING
protected PipelineVariableProperties(com.wm.lang.ns.NSField field)
protected final java.lang.String adkPathToNSPath(java.lang.String adkPath)
adkPath
- public boolean getAllowNull()
public java.lang.String getComments()
public int getDimensions()
public java.lang.String getName()
public PipelineVariableProperties getParent()
public java.lang.String getPathName()
public boolean getRequired()
public int getType()
public java.lang.String getXMLNamespace()
protected final java.lang.String nsPathToADKPath(java.lang.String nsPath)
nsPath
- public void setAllowNull(boolean setting)
setting
- public void setRequired(boolean setting)
setting
- public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2003 - 2021 Software AG, Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors.