public class AnyUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static MetaAttribute |
findAttribute(MetaDataObject meta,
Object value)
Finds a matching attribute for a given value.
|
static void |
setValue(MetaLookup metaLookup,
AnyTypeObject dataObject,
Object value)
Sets the value of the given anytype.
|
public static void setValue(MetaLookup metaLookup, AnyTypeObject dataObject, Object value)
metaLookup - to use to retrieve informationdataObject - the anytype for which the value is set.value - the new valuepublic static MetaAttribute findAttribute(MetaDataObject meta, Object value)
meta - the metadataobjectvalue - the valueCopyright © 2017. All Rights Reserved.