package opc.ua.services.common;

import opc.ua.im.objecttype.BaseDataType;

public class LiteralOperand {

	private BaseDataType value;
	
}
