Package | Description |
---|---|
com.spss.psapi.data |
This provides support for metadata such as the names, values and types of data.
|
Modifier and Type | Method and Description |
---|---|
static GlobalValues.Type |
GlobalValues.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GlobalValues.Type[] |
GlobalValues.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<GlobalValues.Type,java.lang.Object> |
GlobalValues.getValues(java.lang.String fieldName)
Returns a map containing the known entries for the specified field name
or
null of no entries for the field exist. |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
GlobalValues.getValue(GlobalValues.Type type,
java.lang.String fieldName)
Returns the global value for the specified type and field name or
null
if no value can be located. |
(C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.