|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.wrq.apptrieve.appconn.VariableMetaData
public class VariableMetaData
Provides metadata about a model variable that is defined in a Host Integrator model.
Field Summary | |
---|---|
static int |
INIT_TYPE_AT_CONNECTION
Return value for getInitType() when variable is set to Initialize at Host Connect. |
static int |
INIT_TYPE_BY_DEFAULT
Return value for getInitType() when variable is set to Initialize with Default Value. |
static int |
INIT_TYPE_UNINITIALIZED
Return value for getInitType() when variable is set to Not Initialized. |
static int |
VAR_KIND_SETTING
Return value for getKind() when variable is mapped to a setting. |
static int |
VAR_KIND_USER
Return value for getKind() when variable is not mapped to a setting. |
Fields inherited from interface com.wrq.apptrieve.appconn.AppConnMetaData |
---|
METADATA_TYPE_ATTRIBUTE, METADATA_TYPE_COLUMN, METADATA_TYPE_FIELD, METADATA_TYPE_OPERATION, METADATA_TYPE_PROCEDURE, METADATA_TYPE_RECORDSET, METADATA_TYPE_VARIABLE |
Constructor Summary | |
---|---|
VariableMetaData(ModelVariableMeta saObject)
Constructor for internal use only. |
Method Summary | |
---|---|
java.lang.String |
getDefaultValue()
Gets the default value for the variable. |
java.lang.String |
getDescription()
Gets the description for the variable. |
int |
getInitType()
Gets the initialization type of the variable. |
int |
getKind()
Gets the kind of the variable. |
int |
getMetaDataType()
Gets the meta data type for this object. |
java.lang.String |
getName()
Gets the name of the variable. |
boolean |
isEncrypted()
Discovers whether the variable is encrypted. |
boolean |
isHidden()
Discovers whether the variable is hidden. |
boolean |
isReadable()
Discovers whether the variable value can be read. |
boolean |
isWriteable()
Discovers whether the variable value can be changed. |
java.lang.String |
toString()
Generates a String object that represents the current values of this VariableMetaData object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int INIT_TYPE_AT_CONNECTION
getInitType()
when variable is set to Initialize at Host Connect.
public static final int INIT_TYPE_BY_DEFAULT
getInitType()
when variable is set to Initialize with Default Value.
public static final int INIT_TYPE_UNINITIALIZED
getInitType()
when variable is set to Not Initialized.
public static final int VAR_KIND_SETTING
getKind()
when variable is mapped to a setting.
public static final int VAR_KIND_USER
getKind()
when variable is not mapped to a setting.
Constructor Detail |
---|
public VariableMetaData(ModelVariableMeta saObject)
saObject
- dataMethod Detail |
---|
public java.lang.String getDefaultValue()
public java.lang.String getDescription()
getDescription
in interface AppConnMetaData
public int getInitType()
The returned value is one of:
public int getKind()
The returned value is one of:
public int getMetaDataType()
getMetaDataType
in interface AppConnMetaData
public java.lang.String getName()
getName
in interface AppConnMetaData
public boolean isEncrypted()
public boolean isHidden()
public boolean isReadable()
public boolean isWriteable()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |