@Scriptable
public final class GroovySystemDataGroup
extends groovy.lang.GroovyObjectSupport
Constructor and Description |
---|
GroovySystemDataGroup() |
Modifier and Type | Method and Description |
---|---|
Object |
getAt(String p_strKey) |
Object |
getValueByFieldGuid(String p_strFieldGuid) |
IValueHolder<?> |
getValueHolderByFieldGuid(String p_strFieldGuid) |
boolean |
hasValue(String p_strFieldGuid)
Check if a system data group value for the given field exists.
|
public boolean hasValue(String p_strFieldGuid)
p_strFieldGuid
- The field GUID.true
if the system datagroup has a value, or false
otherwise.public IValueHolder<?> getValueHolderByFieldGuid(String p_strFieldGuid)