//Artefact:JavaClass/com/sphenon/modelling/xmodel/XMUtil
Synopsis
public XMUtil
extends Object
//Artefact:Constructor/com/sphenon/modelling/xmodel/XMUtil/XMUtil
Synopsis
public XMUtil ()
//Artefact:Method/com/sphenon/modelling/xmodel/XMUtil/convertArrayToArrayExpression
Synopsis
public static java.lang.String convertArrayToArrayExpression (CallContext context, java.lang.String[] array)
//Artefact:Method/com/sphenon/modelling/xmodel/XMUtil/combine
Synopsis
public static java.lang.String combine (CallContext context, String current, String value)
//Artefact:Method/com/sphenon/modelling/xmodel/XMUtil/combine
Synopsis
public static java.lang.Boolean combine (CallContext context, Boolean current, Boolean value)
//Artefact:Method/com/sphenon/modelling/xmodel/XMUtil/combine
Synopsis
public static com.sphenon.modelling.xmodel.XMCode combine (CallContext context, XMCode current, XMCode value)
//Artefact:Method/com/sphenon/modelling/xmodel/XMUtil/combine
Synopsis
public static java.lang.Object[] combine (CallContext context, java.lang.Object[] current, java.lang.Object[] value)
//Artefact:Method/com/sphenon/modelling/xmodel/XMUtil/compare
Synopsis
public static boolean compare (CallContext context, String current, String value)
//Artefact:Method/com/sphenon/modelling/xmodel/XMUtil/compare
Synopsis
public static boolean compare (CallContext context, Boolean current, Boolean value)
//Artefact:Method/com/sphenon/modelling/xmodel/XMUtil/compare
Synopsis
public static boolean compare (CallContext context, XMCode current, XMCode value)
//Artefact:Method/com/sphenon/modelling/xmodel/XMUtil/compare
Synopsis
public static boolean compare (CallContext context, java.lang.Object[] current, java.lang.Object[] value)